Software Archive
Read-only legacy content
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.

Rotation and mirroring - DCM

Jessica_N_
Beginner
1,341 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
1,341 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
1,342 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
1,341 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
1,341 Views

Thank you both James B. and Putu K.!

0 Kudos
Michael_H_9
Beginner
1,341 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
1,341 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