v4l2 Questions

2

Solved

I am currently trying to run 2 webcams on a Wandboard board, which have to share a USB hub. Problem is , the current driver implementation (YUV only) saturates the USB hub and in the end I can only...
Duhamel asked 2/9, 2014 at 8:45

2

Solved

New to V4L, I decided to start using the video4linux2 library in order to capture a frame from my camera in C (I am using the uvcvideo module with a Ricoh Co. camera). I followed several guides and...
Geometrician asked 21/3, 2014 at 16:10

0

How to properly query all video devices in system using libavdevice? opening input with int err = avformat_open_input(&context, NULL, fmt, NULL); fails because device name is not provided (seco...
Charbonneau asked 14/8, 2015 at 8:38

2

Solved

I am trying to use v4l2_buffer's timestamp value (type timeval) to synchronize images captured from a UVC webcam to external events. However the timestamp is not the same as the system time, or th...
Lilialiliaceous asked 22/4, 2012 at 8:36

1

Solved

I've been working on using v4l2 directly to grab a camera image in OpenCV. This is working very nice; this way I can grab an image in YUYV format and with a high resolution (understanding that the ...
Catamite asked 26/3, 2015 at 8:0

1

In normal shutter lag,sensor driver give the caputured image buffer to v4l2 layer and here jpeg(hardware) header adds some extra data(exif info and thumbnail) and this layer give the image buffer t...
Saprogenic asked 18/11, 2013 at 10:34

2

Does Android Linux Kernel support V4L or V4L2 (Video for Linux). If not, is it possible to add it?
Cocaine asked 30/5, 2010 at 19:39

3

I'm looking for a simple example for camera access in Linux using V4L2. Where I can find it? As simple, as possible. Thanks,
Benbow asked 24/10, 2010 at 17:26

1

Solved

I have written an application which reads from a webcam and processes the frames using OpenCV on linux. Now I want to pipe the output of my application to a virtual webcam that has been created by ...
Astrea asked 16/6, 2012 at 22:36

1

Solved

I couldn't find any mention of the thread safety characteristics of V4L2, except for this e-mail from 2008. It talks about the big kernel lock, which I guess is gone now, right? Does anybody have ...
Sextodecimo asked 18/4, 2012 at 20:52

1

Solved

I have a Linux application that processes camera images. Currently I provide buffers to the v4l2 kernel subsystem that are filled with image data. However I need to know, as exact as possible, whe...
Lenoir asked 21/4, 2012 at 17:58

2

Solved

I might have some misconceptions here, so bear with me. I wrote a program that captures images from a camera. I am sharing the memory between the camera and my application with mmap as I found in...
Edging asked 28/11, 2011 at 18:41

© 2022 - 2024 — McMap. All rights reserved.