picamera2 icon indicating copy to clipboard operation
picamera2 copied to clipboard

New libcamera based python library

Results 298 picamera2 issues
Sort by recently updated
recently updated
newest added

**Describe what it is that you want to accomplish** I want to instant capture a running mirrored preview. I'm currently running two streams, main and lores, to give me a...

**Describe the bug** The show function of the q_gl_picamera2.py library collides with the show function of the QWidget Class. I'm using void QWidget::hide() and void QWidget::show() (https://doc.qt.io/qt-6/qwidget.html#show) at my script....

Hi, I would like to use picamera2 to send images periodically or video stream from my headless raspberry pi 3b+ to a reactjs client that uses MQTT to receive data....

**Describe the bug** If I want to start or switch to a preview at sensor resolution the script crashes. I installed picamera2 like described in the main branch and replaced...

I'm trying to convert the .h264 output files from this library to .mkv for playback. Is there any way to save a timestamp file like you can with the libcamera...

**I would like to create a python script, which continuously records to a buffer, and then, when a signal is received (say the user types something into the terminal), the...

**Describe the bug** On start_preview(QTGL), QT throws an error stating - qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/local/lib/python3.9/dist-packages/cv2/qt/plugins" even though it was found. This application failed...

Hello, I'm running a CM4 with libcamera; the libcamera apps can capture from both cameras using the command line apps. I'm now trying to capture from both cameras using picamera2...

Can someone give me some advice on how to use two streams from a camera simultaneously. I've seen section '9.3. Multiple Outputs' in the pi documentation but am struggling to...

I used the qt-app in the "next" branch to take some raw files at the resolution 2028x1520. Scanning the resulting .dng-file with the classical exiftool, I discover a "Camera Matrix...