This is Raspberry Pi image that outputs a 1080p 60fps signal, playing back Big Buck Bunny on a continous loop.
I do a lot of video processing/encoding. Instead of requiring actual cameras and aiming it at a TV, I use a Rasperry Pi to produce a feed with constant/clear motion with beautiful colors.
Download a pre-compiled image that can be deployed to your Raspberry Pi (only Raspberry Pi 2) from the releases.
Or, you can compile it yourself. This will need to be done if you need to support any version other than Raspberry Pi 2.
Here are the steps.
- Follow these steps to ensure your system is able to build using the yocto environment.
git clone https://github.com/pauldotknopf/raspberry-pi-camera-source.git
git submodule update --init --recursive
- Update the
local.conf
and setMACHINE
to be eitherraspberrypi
orraspberrypi2
. source poky/oe-init-build-env
bitbake camera-image-minimal
dd if=tmp/deploy/images/raspberrypi2/camera-image-minimal-*-sdimg | pv | sudo dd of=/dev/sdX