Items with no label
3335 Discussions

sr300 fps problem !

wtao8
Beginner
1,296 Views

I have a SR300 camera, my computer meets the minimum configuration requirements, but the raw Streams in the SDK still has no 1280*720*60fps option, how to solve it? What is the special requirement for FPS to reach 720P?

0 Kudos
1 Solution
MartyG
Honored Contributor III
371 Views

I believe the instruction in RealSense SDK scripting to get this video mode would be:

sm.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, 1280, 720, 60);

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
372 Views

I believe the instruction in RealSense SDK scripting to get this video mode would be:

sm.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, 1280, 720, 60);

0 Kudos
Reply