Questions tagged [uv4l]

UV4L is a modular collection of Video4Linux2-compliant, cross-platform, user space drivers for real or virtual video input and output devices (with absolutely no external difference from kernel drivers), and other pluggable back-ends or front-ends. It has evolved during the time and now includes a full-featured Streaming Server component providing a set of modern and unique solutions for live audio&video streaming, mirroring and conferencing over the web.

UV4L includes the following modules:

  1. UV4L core module
  2. Streaming Server with Web front-end over HTTP/HTTPS and on-the-fly Device Control Page
  3. Native WebRTC extension for the Streaming Server (with two-way Audio&Video!)
  4. Jitsi Meet extension to broadcast live Audio&Video over the Web (no browser required!)
  5. UVC driver supporting video devices compliant with the Usb Video Class specifications
  6. XScreen driver, a virtual device capturing a given portion of an X screen
  7. MJPEGStream driver, create a virtual device from a given Motion JPEG stream, i.e. IP Camera
  8. Raspicam driver for the Dual Raspberry Pi CSI Camera Module (with Stereoscopic Vision!)
  9. Dummy driver creating a fake device (useful for testing V4L2 applications and for other purposes)
58 questions
7
votes
2 answers

Configuring uv4L for webRTC using USB camera on RPI2 raspbian

To make a UV4L WebRTC client for KMS, i am trying to run a USB camera on RPI2 with the UV4L driver, I Tried with the Microsoft lifeCam, which is UVC compliant. Tutorials only show this working with raspicam, so I'm also sharing my findings. I…
jbheren
  • 211
  • 1
  • 2
  • 7
6
votes
1 answer

How to configure UV4L?

I have been trying to edit the .conf file for raspicam to change the default resolution; however, I can seem to figure out the right command for enabling configuration permissions. When I access the .conf file: $ nano…
Jammel Benjamin
  • 175
  • 1
  • 3
  • 11
4
votes
1 answer

uv4l and janus "use of hardware codec is disabled in this restricted edition"

I have a rpi 3 with the v2 camera running stretch 9.1. I've installed raspicam and uv4l according to the instructions on linux-projects.org. I have the janus gateway setup on a separate box. I am trying to use the h264 hardware encoder and stream…
dnebrich
  • 41
  • 2
4
votes
2 answers

Using the camera with uv4l

After installing uv4l as instructed here : http://www.linux-projects.org/modules/sections/index.php?op=viewarticle&artid=14 I managed to get pictures using dd as the same page suggests : dd if=/dev/video0 of=snapshot.jpeg bs=11M count=1 However all…
Ronan Thibaudau
  • 360
  • 1
  • 3
  • 9
3
votes
0 answers

webcam issue after UV4L installation

I am trying to make a usb webcam work on my rpi but it drives my nuts. I have Rpi 3 model B+ Also I've downloaded the newest raspbian image (stretch with desktop and recommended software). It's updated and upgraded. At first I installed fswebcam and…
3
votes
1 answer

Sorry, could not load the WebRTC extension for UV4L

I have a RPi 3B with a Raspberry-pi Camera Module OV5647 sensor HD video Webcam 5MP 1080p mounted and working. I am trying to get UV4L streaming working and have encountered a problem. UV4L driver is installed successfully, and the web server is…
Roy Hinkley
  • 131
  • 5
3
votes
1 answer

UV4L crashes after failed WebRTC connection

I have a resin.io project and I'm trying to get WebRTC streaming to work. I used instructions from here to modify my Dockerfile. What I'm doing: Install UV4L software: RUN apt-get update && apt-get install -y \ uv4l \ uv4l-raspicam…
Leonti
  • 131
  • 1
  • 2
3
votes
1 answer

USB camera not working with uv4l Video4Linux

I would like to install a babycam with my Pi so I need video and sound. After searching I found that Video4Linux might be the best. So I installed a fresh copy of Raspbian Jessie on my Pi 3, attached a Logitech C525 uvc compatible camera. I…
wasserflo
  • 41
  • 1
  • 4
3
votes
1 answer

How to use UV4L to realize WebRTC on Raspberry Pi?

The browser on RPi does not support WebRTC, so I use UV4L, and UV4L realizes WebRTC . At the same time Streaming Server can support peer to peer real time connection over LAN, but how to make RPi connect to remote room server (with signalling server…
kscorpio
  • 31
  • 1
  • 3
3
votes
2 answers

Connection to raspicam as event trigger

I have a NoIR cam working with my Pi2 using the uv4l driver. I also have an external 12v IR led array that I would like to set up with the Pi. My plan was to set up a Pi controlled relay to turn on and off power to the led array so that it wasn't…
ken
  • 31
  • 2
3
votes
1 answer

UV4L on Raspbian not working

I've installed the UV4L video for linux framework for the PI, and it installs fine but when running the following dd command to capture an image dd if=/dev/video1 of=snapshot.jpeg bs=11M count=1 I'm getting this error: dd: opening `/dev/video1':…
Armen Babakanian
  • 235
  • 2
  • 13
3
votes
0 answers

uv4l usb camera stream not working

I am using a raspberry pi 3b+, trying to make the usb camera work with uv4l streaming. These are the packages I've installed: uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server uv4l-uvc uv4l-xscreen uv4l-mjpegstream uv4l-dummy uv4l-raspidisp I've…
kdlsw
  • 31
  • 2
2
votes
0 answers

UV4L wont allow multiple users on .mjpeg stream

I'm trying to make a survaillance system with UV4L i already succeed to play i live streaming and record the live stream from UV4L the problem is that when UV4L detects more than 3 users it blocks the other users. I'm using a basic html to access…
2
votes
1 answer

Unable to connect to RPi from PC using ip address

My problem is that I can’t view the uv4l video stream from the picamera in my PC’s web browser. My setup is: Raspberry Pi 3 - running Jessie - wireless connection to router. PC - running Windows 10 - Chrome browser - wired connection to router. I…
davel
  • 31
  • 6
2
votes
0 answers

Pi zero with Pi can video steaming stability issues

I wanted to setup my pi zero and pi camera as a rstp streaming cctv camera. I tried motion, but this ran the pi at 100% cpu utilisation and I didn't need motion capture as a I have a seperate (motion) server that will handle all that, so I just want…
BrokenEyes
  • 121
  • 3
1
2 3 4