Software Archive
Read-only legacy content
17061 Discussions

Rotation Prior to Face Tracking

Keith_B_1
Beginner
448 Views

I am asking this again because I think it was missed by Intel in a previous follow-up. I think it is a question only Intel can answer at this point.

I am able to successfully rotate an image using AcquireAccess, however,  that does nothing for Face tracking. The face tracking module is separate, and can't be fed rotated images output from AcquireAccess. Is there any way to track faces when the camera is rotated? Am I missing something with how AcquireAccess can be used prior to Face Tracking?

Thanks!

0 Kudos
3 Replies
Xusheng_L_Intel
Employee
448 Views

You need use PXCVideoModule and ProcessImageAsync to process data frame by frame. You can find detail info @https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?pxcvideomodule.html. Thanks!

0 Kudos
Wei-chieh_H_
Beginner
448 Views

Hello ,

    Do you tell me how do I use PXCVideoModule and ProcessImageAsync to feed rotation Image prior to Person Tracking?

0 Kudos
hape
Beginner
448 Views

Hi Wei-chieh H.,

maybe you already figured it out your self, if not please have a look at this thread: https://software.intel.com/en-us/forums/realsense/topic/606341 for code and an explanation about how to use the PXCVideoModule.

Good Luck!

0 Kudos
Reply