Hi,
Is it possible to implement another ARWorldTrackingConfiguration but with a CustomizedHandAnchor by front camera returned, by which we got a back camera feed and a CustomizedHandAnchor(instead of ARFaceAnchor)
I see there are questions asked about ARKit accessing both camera, which is similar to my use case.
- ARKit access both cameras depth
- Is it possible to use ARSession to display both the front camera and the rear camera at the same time?
I am not sure if implementing a customized ARWorldTracking(WithHandAnchor)Configuration and CustomizedHandAnchor is right direction to this use case.
Thanks