Ask Your Question

gellpro's profile - activity

2017-09-05 10:45:41 -0600 commented answer Streaming Logitec C922 at 60fps with C++

Hi, LBerger. I apologize for this late reply. I tried cap.set(CAP_PROP_EXPOSURE,0) and cap.set(CAP_PROP_EXPOSURE, -DBL_

2017-09-01 17:42:02 -0600 commented answer Streaming Logitec C922 at 60fps with C++

Hi, Ziri. Thank you for your reply. I apologise for the delay in replying to you. I added codes you proposed. As the res

2017-09-01 17:40:27 -0600 commented answer Streaming Logitec C922 at 60fps with C++

Hi, Ziri. Thank you for your reply. I apologise for the delay in replying to you. I added codes you proposed. As the res

2017-09-01 17:37:23 -0600 commented answer Streaming Logitec C922 at 60fps with C++

Hi, Ziri. Thank you for your reply. I apologise for the delay in replying to you. I added you and LBerger proposed codes

2017-08-25 11:33:58 -0600 received badge  Student (source)
2017-08-25 04:25:20 -0600 asked a question Streaming Logitec C922 at 60fps with C++

Hi

I would like to capture images with a webcam (i.e. logitech C922) with C++. Does anyone succeed in capturing images with the webcam at 60fps and 720p? I read the code in the following thread and add "cap.set(CAP_PROP_FPS, 60)", but the frame rate was maintained at about 30fps. https://stackoverflow.com/questions/4...

Is it impossible to make the webcam capture images at this specification?

Environment Information OpenCv: 3.3.0 OS: Windows 10 Pro IDE: Visual Studio 2017 CPU: i7-7560U RAM 16GB USB: 3.0

Best regards, gellpro