All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi] Using the camera
@ 2013-11-19 16:18 Edward Vidal
  2013-11-19 16:22 ` Gary Thomas
  0 siblings, 1 reply; 22+ messages in thread
From: Edward Vidal @ 2013-11-19 16:18 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

Hello,
To get my C920 camera to work with the zedboard
I needed to add v4l-utils and then I need several modules that I add to 3.6
kernel
https://github.com/Digilent/linux-digilent.git
    3.6.0-digilent-13.01-00002-g06b3889/
    ├── kernel
    │   └── drivers
    │       ├── media
    │       │   └── video
    │       │       ├── gspca
    │       │       │   └── gspca_main.ko
    │       │       ├── uvc
    │       │       │   └── uvcvideo.ko
    │       │       ├── v4l2-common.ko
    │       │       ├── v4l2-int-device.ko
    │       │       ├── videobuf2-core.ko
    │       │       ├── videobuf2-memops.ko
    │       │       ├── videobuf2-vmalloc.ko
    │       │       └── videodev.ko
Hope this helps

[-- Attachment #2: Type: text/html, Size: 1234 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [meta-raspberrypi] Using the camera
@ 2013-11-18 20:37 Gary Thomas
  2013-11-18 21:10 ` Philipp Wagner
  0 siblings, 1 reply; 22+ messages in thread
From: Gary Thomas @ 2013-11-18 20:37 UTC (permalink / raw)
  To: Yocto Project

I have the raspberrypi camera (the one that plugs directly into
the board) running with Raspbian.  Now I'd like to have it working
with my Yocto based build.  I'm running the latest kernel which I
think matches the same kernel on Raspbian and I copied the /boot/config.txt
from my Raspbian disk to my Yocto image which I think should enable the
camera.  I've also checked the kernel cmdline which I think matches.

However, when I try to access the camera I get this error:
   root@raspberrypi:~# raspistill  -o /tmp/xx.jpg
   mmal: mmal_component_create_core: could not find component 'vc.ril.camera'
   mmal: Failed to create camera component
   mmal: main: Failed to create camera component
   mmal: Failed to run camera app. Please check for firmware updates

Any ideas what I need to do to get the camera working?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2014-06-11 17:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 16:18 [meta-raspberrypi] Using the camera Edward Vidal
2013-11-19 16:22 ` Gary Thomas
2013-12-03 21:54   ` Andrei Gherzan
2013-12-03 22:13     ` jan alexandru vaduva
2014-05-25 11:36       ` Alex J Lennon
2014-05-25 20:51         ` Alexandru Vaduva
2014-05-26 10:39           ` Alex J Lennon
2014-05-26 17:56             ` Alex J Lennon
2014-05-26 18:24               ` Alexandru Vaduva
2014-05-26 18:34                 ` Alex J Lennon
2014-05-26 18:40                   ` Alexandru Vaduva
2014-06-01 21:07                     ` Alex J Lennon
2014-06-01 21:22                       ` Alexandru Vaduva
2014-06-01 21:35                         ` Alex J Lennon
2014-06-02  1:18                           ` Alex J Lennon
2014-06-10 18:01                             ` Andrei Gherzan
2014-06-10 19:21                               ` Andrei Gherzan
2014-06-11 12:54                                 ` Alex J Lennon
2014-06-11 17:00                                   ` Andrei Gherzan
  -- strict thread matches above, loose matches on Subject: below --
2013-11-18 20:37 Gary Thomas
2013-11-18 21:10 ` Philipp Wagner
2013-11-18 21:55   ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.