How to install or upgrade UV4L on Raspbian (for the Raspberry Pi)
How to install or upgrade UV4L on Raspbian (for the Raspberry Pi)To install UV4L open a terminal and type the following commands:$ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.as
·
How to install or upgrade UV4L on Raspbian (for the Raspberry Pi)
To install UV4L open a terminal and type the following commands:
If you want the driver to be loaded at boot, also install this optional package:
Now the UV4L core component and the Video4Linux2 driver for the CSI Camera Board are installed. If you occasionally get unexpected errors from the driver, consider updating the firmware with the following command:
To terminate a running driver, close the applications and kill the corresponding uv4l process:
To get further help:
To install UV4L open a terminal and type the following commands:
$ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | sudo apt-key add -Add the following line to the file /etc/apt/sources.list :
deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ wheezy mainThe last two commands will upgrade UV4L to the most recent version, if it's already installed.
$ sudo apt-get update
$ sudo apt-get install uv4l uv4l-raspicam
If you want the driver to be loaded at boot, also install this optional package:
$ sudo apt-get install uv4l-raspicam-extrasAs a convenience, the above package will also provide a service script for starting or stopping the driver at any time:
$ sudo service uv4l_raspicam restartWhen (re)starting the service, uv4l will be instructed to parse the configuration file /etc/uv4l/uv4l-raspicam.conf to get the default values for the (main) driver options. You can edit that file as you prefer to add, remove or change the default options. The same service is used at boot.
Now the UV4L core component and the Video4Linux2 driver for the CSI Camera Board are installed. If you occasionally get unexpected errors from the driver, consider updating the firmware with the following command:
$ sudo rpi-updateFor detailed informations, options, etc... about the modules installed type accordingly:
$ man uv4lTo get a list of available options:
$ man uv4l-raspicam
$ uv4l --help --driver raspicam --driver-helpIf you did not install the optional uv4l-raspicam-extras package (which already contains a script for starting uv4l with the settings taken from a configuration file) but want to quicly test uv4l, load it manually:
$ uv4l --driver raspicam --auto-video_nr --width 640 --height 480 --encoding jpegand take a JPEG snapshot from the Camera:
$ dd if=/dev/video0 of=snapshot.jpeg bs=11M count=1For a list of other use cases click here.
To terminate a running driver, close the applications and kill the corresponding uv4l process:
$ pkill uv4lApart from the driver for the Raspberry Pi Camera Board, the following modules or drivers can be optionally installed:
$ sudo apt-get install uv4l-serverFor the Raspberry Pi 2 only, the WebRTC extension for the Streaming Server is also available:
$ sudo apt-get install uv4l-uvc
$ sudo apt-get install uv4l-xscreen
$ sudo apt-get install uv4l-mjpegstream
$ sudo apt-get install uv4l-webrtcOnce you have installed the HTTP Streaming Server module, make sure to reload uv4l for it to notice and start the server. Afterwards you can access the server with the browser at the default address and port http://raspberry:8080/ (where raspberry has to be replaced with the actual hostname or IP address of your RaspberryPi).
To get further help:
$ man uv4l-server
$ man uv4l-uvc
$ man uv4l-xscreen
$ man uv4l-mjpegstream
Return to Sections Index |
更多推荐
已为社区贡献1条内容
所有评论(0)