jdibenes

Results 104 comments of jdibenes

Hello, Check that the "Sample Holographic Remoting Player" app has access to the camera (Settings > Privacy > Camera). Also, does the hl2ss app work? If not, your HoloLens OS...

Hello, You have to link your project with hl2ss.lib (from the releases zip file). 1. In VS in the Solution Explorer, right click your project and select Properties. 2. In...

Try using the code in the sample_pv_depth scripts to generate depth maps for PV images.

Hello, both the pv pose and aruco pose are expressed in right handed coordinates while unity uses left handed coordinates. Are you performing right hand to left conversion before applying...

The equation is `aruco_point_world_h = aruco_point_h @ aruco_pose^T @ pv_extrinsics^-1 @ pv_pose` where `_h` is for homogeneous 3D coordinates, `aruco_pose` is from `solvePnP` converted to a homogeneous 4x4 matrix, `pv_extrinsics`...

For Unity 2022 enable Sync Capabilities in Project Settings > Player > Publishing Settings. The library and binaries were updated recently, check that you have the latest version of the...

My bad, I was using unity 2022.3.24f1. I see now there is no sync capabilities in 2022.3.20f1, so the capabilities are set correctly already.

do you mean a prebuilt version like the main app? If so, I have added it to the [latest release](https://github.com/jdibenes/hl2ss/releases/tag/v1.0.28.0).

No. There are no plans for a unity c# client.