Difference between revisions of "Raspberry PI WebCam"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "* https://www.linux-projects.org/uv4l/installation/ Category:Raspberry")
 
Line 1: Line 1:
 
* https://www.linux-projects.org/uv4l/installation/
 
* https://www.linux-projects.org/uv4l/installation/
 +
= Uv4l trial on Buster =
 +
As of 2019-10-15 there is no official Buster support for uv4l yet see e.g.
 +
https://www.raspberrypi.org/forums/viewtopic.php?t=247305
 +
 +
 +
We will try using the commands for Raspberry Stretch
 +
<source lang='bash'>
 +
curl http://www.linux-projects.org/listing/uv4l_repo/lpkey.asc | sudo apt-key add -
 +
echo "deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" >>  /etc/apt/sources.list
 +
sudo apt-get update
 +
sudo apt-get install uv4l
 +
sudo rpi-update
 +
</source>
 
[[Category:Raspberry]]
 
[[Category:Raspberry]]

Revision as of 09:13, 15 October 2019

Uv4l trial on Buster

As of 2019-10-15 there is no official Buster support for uv4l yet see e.g. https://www.raspberrypi.org/forums/viewtopic.php?t=247305


We will try using the commands for Raspberry Stretch

curl http://www.linux-projects.org/listing/uv4l_repo/lpkey.asc | sudo apt-key add -
echo "deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" >>  /etc/apt/sources.list
sudo apt-get update
sudo apt-get install uv4l
sudo rpi-update