Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Capture images at 720p and 60fps with RealSense SR300

$
0
0

Hi

I want to obtain 720p images at 60fps. I couldn't obtain 720p images with C922 though Capture.list() detected 1280x720 and 60fps. https://forum.processing.org/two/discussion/23752/capture-video-at-720p-and-60fps-with-c922#latest

Furthermore, I read this thread and found that I couldn't obtain probably 720p at 60 fps because the format of C922 capturing 720p and 60fps was MPEG. https://forum.processing.org/two/discussion/23692/camera-capture-not-working-with-mpeg-streams#latest

So, and then, I tried to get 720p at 60fps with RealSense SR300 with the same source code used in my aforementioned post. However, in this case, Capture.list() couldn't detect 1280x720 and 60fps although SR300 could capture the resolution and frame rate with other application, and the format was YUY2. FYI, I could capture images at 960x540 and 60fps which Capture.list() detected.

Why cannot Capture.list() detect size=1280x720 and fps=60? Please tell me what to do.

Best regards, gellpro


Viewing all articles
Browse latest Browse all 2896

Trending Articles