feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Hololens 1 Locatable Camera project transform

Open nath7098 opened this issue 4 years ago • 3 comments

Context In order to compute a point cloud I am trying to access the projection transform matrix from MediaFrameReference object via the Guid "6b761658-b7ec-4c3b-8225-8623cabec31d".

I can access the other transform bytes array via Guids (cameraViewTransform "4e251fa4-830f-4770-859a-4b8d99aa809b") returning byte[64] and the coordinate system of the camera ("9D13C82F-2199-4E67-91CD-D1A4181F2534") that I cast into SpatialCoordinateSystem.

Actual behavior MediaFrameReference.Properties[new Guid("6b761658-b7ec-4c3b-8225-8623cabec31d" )] as byte[]; return byte[48];

Expected behavior Getting byte[64] array from MediaFrameReference.Properties[new Guid("6b761658-b7ec-4c3b-8225-8623cabec31d" )] as byte[];

Desktop :

  • OS: Windows 10

Hololens 1st generation:

  • latest update done

nath7098 avatar Mar 26 '20 10:03 nath7098

Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).

welcome[bot] avatar Mar 26 '20 10:03 welcome[bot]

@nath7098 Where's the doc?

rootsmusic avatar Jul 28 '21 21:07 rootsmusic

Hello @nath7098, did you ever fix this issue ?

LydiaYounsi avatar Mar 04 '24 10:03 LydiaYounsi