Example Thread Class for Pi Camera Array #621
Replies: 3 comments 1 reply
-
Hi, and thank you for the example. I was wondering if you had any (very simple!) example code that showed how to drive it, and why one might use it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Your thread has a loop which sleeps for 10 milliseconds, then calls |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm thinking of converting this to a discussion rather than an "issue", would that make sense? Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have written a picamera2 class that runs pi camera capture array in a thread similar to Imutils picamera stream by Adrian Rosebrock. You may want to include in your Examples.
Class example here
https://raw.githubusercontent.com/pageauc/MoTrack-Picam2-Demo/master/streampilibcam.py
Demo code here https://github.com/pageauc/MoTrack-Picam2-Demo
Beta Was this translation helpful? Give feedback.
All reactions