-
mmal: mmal_vc_port_enable: failed to enable port vc.null_sink:in:0(OPQV): ENOSPC
mmal: mmal_port_enable: failed to enable connected port (vc.null_sink:in:0(OPQV))0x1937060 (ENOSPC)
mmal: mmal_connec…
-
После установки pip3 install picamera модуль picamera не работает, выдаёт ошибку:
```
pi@HSPR-0851:~/test_ws/src/hspr_test $ python3 -c "import picamera"
Traceback (most recent call last):
File …
-
Hi,
My set-up includes two PiCameras and a RaspBerry-Pi CM3. I can open two PiVideoStream objects and start my streaming session. I read the frames from both of them till I get the following excepti…
-
Hello,
Thanks for your work. Everything is working well except with the preview of the camera. When i'm moving there is a delay of 2 or 3 seconds with the preview on my touchscreen. I tried with p…
-
ImportError: /home/pi/.local/lib/python3.7/site-packages/cv2/cv2.cpython-37m-arm-linux-gnueabihf.so: undefined symbol: __atomic_fetch_add_8
-
The current version of picamera has a bug where it locks up and runs out of memory. The solution is simple, but requires patching the code. This is not the ideal solution.
For now and until picamer…
-
Can't push the application to my Raspberry Pi 3 because of something wrong with the latest release of the picamera PIP module:
```
[Build] Collecting picamera (from -r /requirements.txt (line 1…
-
pi@raspberrypi:~/HomeKitCam $ ls
LICENSE node_modules package.json PiCamera_accessory.js README.md
pi@raspberrypi:~/HomeKitCam $ node PiCamera_accessory.js
/home/pi/HomeKitCam/PiCamera_accessor…
-
It would be nice to be able to install picamera on regular windows and Mac systems. I know it won't be capable of doing anything there but at least one would be able to run tests where the module is t…
-
I really like the display get through start_preview, because it is simple and low level (so probably fast).
Is it also possible to display a fixe image like numpy or any other output through picamera…