-
```
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…
-
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…
-
While trying to figure out the best way to get data from the raspberry pi, one concern is that the jpg format of images is negatively affecting the data. I'd like to explore this topic, but with feedb…
-
Hello,
I was wondering if anyone has deployed or knows a method to deploy a trained mmdet model to the raspberry pi computer for inference on video frames from the picamera?
Talal
-
When I set annotate_frame_num to True the fist frame does not have annotation at all and the following frames does not start from 0. In this example it's 6 but it changes. Sometimes the first frame ha…
-
Needs firmware update, working on it. [Flowdock](https://www.flowdock.com/app/rulemotion/resin-projects/threads/yfZS_SPQnFAE9cmEzOJxFBUSOir)
See Raspbian workaround mentioned at https://github.com/…
-
The "Hardware" section of the PiCamera documentation describes "several post-processing steps on the frame data" by the GPU's image signal processor:
> Bayer de-noise: This is a noise reduction alg…
-
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…
-
Hi
Thank you for you tutorial
i am having a issue starting the project at
python3 Object_detection_picamera.py --usbcam
i get this message bellow which says cv2 is missing i tried looking fo…
-
Hello there, hello @anxuae, hello @werdeil
Following your answer here : https://github.com/pibooth/pibooth/issues/42#issuecomment-1402633427, a feature proposal would be a boomerang effect and a g…