Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

sr300 fps problem !

wtao8
Beginner
1,528 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
603 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
604 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