python-v4l2capture icon indicating copy to clipboard operation
python-v4l2capture copied to clipboard

Python extension to capture video with video4linux2 (fork of https://launchpad.net/python-v4l2-capture)

Results 12 python-v4l2capture issues
Sort by recently updated
recently updated
newest added

Fixed compatibility issue with [https://docs.python.org/3.10/c-api/arg.html#strings-and-buffers](https://docs.python.org/3.10/c-api/arg.html#strings-and-buffers)

Hi, Thank you for the amazing code . I am using it to stream stereo feeds from 2 webcams (logitech c930e) to my laptop from a raspberry pi. It works...

Dear Gerbart, Thank you for the awesome python wrapper for v4l2!!! I running into an issue when v4l2capture can not find a device at the specified path. I have a...

…fails to load. See https://github.com/gebart/python-v4l2capture/issues/13

Hello, I implemented your code (from capture_video.py) into my own Python script, I tried a lot of thing to edit the format (from MJPG to something else like avi or...

Originally, RGB24 and YUV420 was supported and selected using a boolean. I changed to use a string variable and added support for MJPEG. Decoding of the image is not part...

Adding an addition option when reading frames to get the time stamp and video sequence number as a tuple. I have tried to maintain API compatibility but it might be...