Number of rectangles drawn using opencv in request_callback #98
Unanswered
krockamichael
asked this question in
Q&A
Replies: 1 comment
-
Some of the effects can be alleviated by increasing the resolution - in particular |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to ask how many rectangles can be drawn using a custom DrawRectangles request_callback - like the one in
examples/tensorflow/real_time.py
. I have a picamera2 set up like this, so that I can show the camera "view" (output?) in my flask web application:The number of rectangles I attempt to display is 12, but with this setup I am only able to show 3 consistently while 3 more flicker, and the remaining 6 are never displayed. This is my HTML template.
Beta Was this translation helpful? Give feedback.
All reactions