The raspicam is now supported but until we create a flashable image there are a few extra steps that you need to do:
Enable the raspicam in the raspberry pi with:
sudo raspi-config
Add the v4l2-driver
sudo modprobe bcm2835-v4l2
This should allow you to detect your camera. This won’t be needed when the image itself enables the support.