Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
340 views

Two webcams on one usb hub - bandwidth issues

I'm using OpenCV 2.3 to capture video from two webcams on a Linux computer(Ubuntu 10.04) which only has one USB hub. I'm getting an error "videoc_streamon: No space left on device" when cv.QueryFrame ...
1
vote
0answers
192 views

V4L2 image size problems

I found a very estrange problem using V4L2 and some Logitech webcam. Setting height = 320, width = 240 and format I420, the image size must be 115200 bytes, but querying through V4L2 give me 29390 ...
1
vote
1answer
72 views

Tricking libdc1394

I have a third party vision library that would only work with a firewire camera, is it possible to somehow trick libdc1394 into thinking that there is a firewire camera connected but pass frames from ...
1
vote
1answer
1k views

Android V4L or V4L2

Does Android Linux Kernel support V4L or V4L2 (Video for Linux). If not, it'is possible to add it
1
vote
1answer
1k views

Capturing webcam stream under linux

I'm trying to get images from a minoru3d webcam, which is actually two Vimicro webcams plus a USB hub in a single package. The problem is, opencv always takes streams in maximum resolution, making ...
0
votes
0answers
112 views

Android Support4Demos build failure

I tried to get the SupportDemos run, but when I import the demo I get several failures in the Project. I don't understand why there are so many failures and how I could solve them, I am not advanced ...
0
votes
0answers
96 views

ioctl VIDIOCSYNC blocked

I'm trying to implement V4L memory mapping method to read data from a usb webcam. I'm reading correctly, but, when the web cam is unplugged, the aplication is blocked in: ioctl (m_i32FileDesc, ...
0
votes
1answer
1k views

v4l2 very simple example

I'm looking for a simple example for camera access in Linux using V4L2. Where I can find it? As simple, as possible. Thanks,
0
votes
1answer
493 views

where can I find video4linux2 device /dev/video in ubuntu 9.04

where can I find video4linux2 device /dev/video in ubuntu 9.04. ADDED. I want to work with Hardware Overlays. I want to make a video player which play video on one overlay and draw controls on other ...