w3c / mediacapture-depth

the Media Capture Depth Stream Extensions specification
https://w3c.github.io/mediacapture-depth/
Other
24 stars 20 forks source link

The XDM reference and related text should be removed #134

Closed fluffy closed 7 years ago

fluffy commented 7 years ago

It's not used in anyway so I don't see why it is here

huningxin commented 7 years ago

Thanks for reporting this issue. It was referred in previous version. Now the usage goes away. We need to remove it in latest version.

robman commented 7 years ago

OK but we do need to explore the intrinsics and extrinsics and XDM is a good reference implementation to point to here. At the moment we don't even know the vector between the camera and IMU on mobile devices (or integrated devices like Tango/Hololens/Alloy) which is a real issue.

fluffy commented 7 years ago

I wonder if we could report a camera direction vector (in cases where it is known) ? Should we open an issue for that ?

huningxin commented 7 years ago

I wonder if we could report a camera direction vector (in cases where it is known) ?

@fluffy , do you mean the camera pose information?

For example, some of Intel realsense cameras provide the motion data which has accelerator and gyro readings. It is a kind of integrated IMU of the 3D camera.

robman commented 7 years ago

I was going to remove the XDM reference but we ref to it for the range linear format so leaving it in place.

Unless anyone objects I think we can close this and move any camera extrinsics/direction/pose discussions to a new issue.

anssiko commented 7 years ago

Sounds fine, @robman could you open a new issue for the camera extrinsics/direction/pose discussions?

anssiko commented 7 years ago

Proposed fix #141.

fluffy commented 7 years ago

Should we open a new bug for camera pose. If you can get video from left and right camera, it often nice to have relative location information of them too. For example, we make a 3 camera head that has three camera that all point slightly different direction. We also make pan tilt units where we can report the pose. Of things like http://www.cisco.com/c/en/us/products/collateral/collaboration-endpoints/telepresence-speaker-track-60/datasheet-c78-729836.html .

anssiko commented 7 years ago

@fluffy please open a new issue and include your details, thanks!

robman commented 7 years ago

Camera pose should fit under extrinsics and I think there's at least 3 main contexts:

For use in AR/VR these all need to be transformed into some sort of world coordinate system too.

+1 to moving all the intrinsics and extrinsics discussion into #110