Software Archive
Read-only legacy content
17061 Discussions

Rotation and mirroring - DCM

Jessica_N_
Beginner
531 Views
Hi!
 
I want to know if the Depth Camera Manager supports rotation (90 deg) and Mirroring, natively convert the image in capture and preview before returning the image to Windows.
 
Thanks!
0 Kudos
1 Solution
PKusm
New Contributor I
531 Views

Hi,

It supports mirroring: PXCMCapture.Device.MirrorMode.MIRROR_MODE_HORIZONTAL
I don't think that it support 90 degree rotation natively.

View solution in original post

0 Kudos
5 Replies
PKusm
New Contributor I
532 Views

Hi,

It supports mirroring: PXCMCapture.Device.MirrorMode.MIRROR_MODE_HORIZONTAL
I don't think that it support 90 degree rotation natively.

0 Kudos
jb455
Valued Contributor II
531 Views

There is PXCMImage.Rotation, not sure if it handles rotation with the projections etc too like it does with mirroring. Depending on how you're displaying the video stream, it may be just as easy to have the renderer rotate the image rather than RealSense itself.

0 Kudos
Jessica_N_
Beginner
531 Views

Thank you both James B. and Putu K.!

0 Kudos
Michael_H_9
Beginner
531 Views

Hi Jessica,

have you found a way how to work with a rotated camera? I'm also very interested in how to get the Facetracking to work with a 90° rotated camera. If you have any good news on that topic, i'd be very happy to hear them :-)

Best regards,

 

Michael

0 Kudos
Jessica_N_
Beginner
531 Views

Hi Michael! Afraid not, I ended up giving up on my more desirable system (a 90degree rotated camera) as the face tracking algorithm didnt seem to work if the camera itself was positioned at a 90degree rotation :(

0 Kudos
Reply