I used to use the picamera Python module, along with a Raspberry Pi Camera on Raspbian OS on my Raspberry Pi Model B.
Now I am running Ubuntu 14.04 LTS on a Raspberry Pi 2 Model B. However, I cannot use picamera anymore because I cannot enable the Raspberry Pi Camera. I cannot enable the Raspberry Pi Camera because I do not have Raspberry Pi firmware, so to speak. I actually have Ubuntu-rpi2 firmware.
Here's the output of uname -a
:
Linux ubuntu 3.18.0-20-rpi2 #21-Ubuntu SMP PREEMPT Sun Apr 5 01:56:02 UTC 2014 armv71 armv71 armv71 GNU/Linux
Is it even possible to run Ubuntu and have the necessary RPi firmware to use the RPi Camera at the same time?