-
I have installed official supported Ubuntu server from an official raspberry Pi website and their official guidance (https://www.raspberrypi.org/downloads/).
Now, I'm trying to install picamera fro…
tmdag updated
4 years ago
-
I am getting this error when running the script. Checked everyting and followed all steps:
python3 Object_detection_picamera.py
Traceback (most recent call last):
File "Object_detection_picamera.…
-
i did everything you said this is final error im getting. please help very urgent.
(tensorflow) pi@raspberrypi:~/tensorflow $ python TF-PiCamera-OD.py
Traceback (most recent call last):
File "T…
-
Followed guide and everything looks good, but when I run python3 Object_detection_picamera.py I get the following:
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call l…
-
I have been trying to update an overlay, the overlay is updated perfectly but it keeps on throwing an exception
```
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 314, in 'c…
-
Hi,
I was able to install and run the photobooth, great work btw!. I have built it with a raspberry pi 3b and the picamera. I have activated the option of saving each indepedent picture, appart from…
-
I am running a multithreaded application that does camera capture into a buffer.
I have a thread that is just looping on `wait_recording()`, so that I can get exceptions.
When I try to split the rec…
-
I'm trying to use a raspberry pi camera on Bookworm OS, where is no picamera only picamera2, but the Camera widget don't support picamera2.
I tried to use opencv or gi and I had partial success when …
-
```
import picamera
import itertools
import datetime
def get_file_name(): # File Name and times to record
for i in itertools.count(1):
yield datetime.datetime.now().strftime("/ho…
-
Hi,
I want to use the camera module v2, rotated by 90 degrees, on a 16:10 screen (1280x800), which is rotated also by /boot/config.txt line "display_rotate=3". All on a Raspberry Pi 1, 512 MB. I fa…