How do I enable the camera using Pidora?
It suggests running raspy-config but that doesn't seem to be part of pidora
[root@raspi ~]# raspivid -t 10000 -o /tmp/video.h264
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
mmal: Failed to create camera component
mmal: main: Failed to create camera component
mmal: Camera is not enabled in this build. Try running "sudo raspi-config" and ensure that "camera" has been enabled
-
- Posts: 2
- Joined: Tue May 28, 2013 3:50 pm
Re: How to enable the camera
I am having the same issue on ArchLinux after building the userland tools [1] and modifying the /boot/config.txt [2]. The LED turns on for a few seconds when the Pi is powered up but that's about it. I've tried reseating the cable.
[1] http://www.darkoperator.com/blog/2013/5 ... n-the.html
[2] http://www.raspberrypi.org/phpBB3/viewt ... 43&t=44539
[1] http://www.darkoperator.com/blog/2013/5 ... n-the.html
[2] http://www.raspberrypi.org/phpBB3/viewt ... 43&t=44539
Re: How to enable the camera
I would definitely suggest trying the Wheezy distro if you have a spare card. This is known to work with the camera simply by running raspi-config - at least that way you can confirm if the camera is working or not.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.
Working in the Applications Team.
Re: How to enable the camera
Arch may soon have its own version of raspi-config. I got everything working plus extras.
-
- Posts: 2
- Joined: Tue May 28, 2013 3:50 pm
Re: How to enable the camera
I've had it all working fine with Wheezy but I just wanted to try out Pidora as I run my Pi in headless mode and Pidora has a dedicated mode for that (not that it's really that difficult to deal with on Wheezy either). I do love my Pi telling me it's IP address when it boots up though 

Re: How to enable the camera
I got the camera module working on Pidora by borrowing some files from Raspbian.
It should be easily reproducable by following these steps:
1. Install the VideoCore libs and tools with:
2. Download and extract the boot files from Raspbian (You can of cause also extract them from the Raspbian image itself):
3. Overwrite the Pidora boot files (I suggest to make a backup in case something goes wrong):
Warning: This will obviously replace your config.txt. So remember to configure your system as last step.
It should be easily reproducable by following these steps:
1. Install the VideoCore libs and tools with:
Code: Select all
yum install 'raspberrypi-vc-*'
Code: Select all
wget http://larskiesow.de/pyCA/piCA/downloads/pidora-boot-for-camera.tar.gz
tar xf pidora-boot-for-camera.tar.gz
Code: Select all
cp -r /boot boot-backup
rm -rf /boot/*
cp -r boot/* /boot/
Re: How to enable the camera
That seems to have disabled/broken the USB ports for me. 

Re: How to enable the camera
It turns out that if you use the kernel in the .tar.gz you linked, USB ports stop working. However, using all the other files you linked and the original kernel.img works fine, and allows the camera to work. Thank you for this!
-
- Posts: 1
- Joined: Fri Dec 06, 2013 10:25 pm
Re: How to enable the camera
I was able to get the camera working by mounting the Debian image and just copying /usr/bin/raspi-config and /usr/share/doc/raspi-config. I then ran rasp-config and enabled the camera.