Ask Your Question

urres_coding's profile - activity

2020-06-18 01:51:36 -0600 commented question Unhandled exception (msvcr120.dll) using imwrite()

do you share any variable accross your program's threads?

2019-12-10 07:46:56 -0600 commented question Streaming via rtsp

I suggest you read this site

2019-12-10 05:53:05 -0600 commented question Streaming via rtsp

I would suggest using other tools for that matter, such as FFMPEG

2019-11-19 01:27:05 -0600 received badge  Enthusiast
2019-11-12 02:07:12 -0600 commented question How to measure an angle between three red color dot in a image?

The mathematical approach would be: - detect the coordinates of the three points - calculate the vectors that go from th

2019-11-08 02:05:53 -0600 commented question My 2 camera's video capture program didn't work

Note This function is the only method in HighGUI that can fetch and handle events, so it needs to be called periodically

2019-11-08 01:52:39 -0600 commented question My 2 camera's video capture program didn't work

Leaving any potential camera problem aside, I think your use of waitkey is incorrect. Waitkey is the only way for the pr