Hi,
I'm trying to use the camera view and annotate it with the detected circle coordinates (found by hough transform) but I keep getting a 'not responding screen' when I run. I attached part of the code.
The camera window works fine but the detection code window doesn't.
The code is bound by a while True , so it keeps running indefinitely. When I save an image of the coordinates annotated on the camera view , it works fine. I just need it to show the detected circles that are seen by the camera as the process is working, not after it finished.
Display_Result is true
The coordinates x,y,r are the coordinates detected from the camera view.
Thanks
I'm trying to use the camera view and annotate it with the detected circle coordinates (found by hough transform) but I keep getting a 'not responding screen' when I run. I attached part of the code.
The camera window works fine but the detection code window doesn't.
The code is bound by a while True , so it keeps running indefinitely. When I save an image of the coordinates annotated on the camera view , it works fine. I just need it to show the detected circles that are seen by the camera as the process is working, not after it finished.
Display_Result is true
The coordinates x,y,r are the coordinates detected from the camera view.
Thanks