javascript - Raspberry Pi Cam with WebRTC & UV4l driver (Sourcecode closed?) -
i use uv4l driver (raspicam) here webrtc extension continuous live view, streaming out http server (raspberrypi).
i examine sourcecode running on server. or closed source?
according this webpage, driver closed-source.
there open-source driver has been integrated kernel of december 2013.
to use it, update raspberry pi , run:
sudo modprobe bcm2835-v4l2
to have device node /dev/video0 created. can use v4l2 compatible applications instead of uv4l, of which, there greater availability.
Comments
Post a Comment