Items with no label
3335 Discussions

Rear vs front view camera definition

AVolo6
Beginner
1,400 Views

Hi, I am trying to figure out if there is a way to tell SR300 that it is a rear view camera?

It is not clear to me when does it show mirror-less image and when it shows mirror-like image?

I hope the question is clear enough,

thank you,

Alex.

0 Kudos
2 Replies
MartyG
Honored Contributor III
157 Views

If you are using the RealSense SDK in Windows, you can use the QueryMirrorMode instruction to find out which orientation the image is in.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?querymirrormode_device_pxccapture.html Intel® RealSense™ SDK 2016 R2 Documentation

This instruction is categorized as being 'device neutral', meaning that it likely works with any RealSense camera model.

The orientation can be set with SetMirrorMode.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?setmirrormode_device_pxccapture.html Intel® RealSense™ SDK 2016 R2 Documentation

Below is an example C# script that demonstrates the use of SetMirrorMode (see the bottom of the script).

https://software.intel.com/es-es/node/597711# comment-1846777 https://software.intel.com/es-es/node/597711# comment-1846777

0 Kudos
AVolo6
Beginner
157 Views

Thank you very much for your fast reply. I will check it over the weekend and will let you know

Thank you,

Alex.

0 Kudos
Reply