DescriptionAdd Intel Perceptual Computing SDK based depth video capture for Windows
Intel Perceptual Computing SDK [1] supports to obtain depth images
from depth cameras. Each pixel in depth image is a 16bits integer
value which indicates the distance from an object to the camera's
XY plane.
When depth camera is available, VideoCaptureDevicePXCWin adds a
extra "depth" camera after the "normal" ones which are backed by
VideoCaptureDeviceWin or VideoCaptureDeviceMFWin.
The depth value is encoded in Y plane (8bits) in YV12 image format.
The 16bits to 8bits conversion is based on tone mapping [2] which
aligns with the depth encoding for Tango smartphone's depth camera
in VideoCaptureTango.java.
Currently, this feature is behind "enable-depth-camera" flag.
Tested via [3], click on GetDevices, then open "depth" camera.
[1] https://software.intel.com/en-us/node/391067
[2] http://en.wikipedia.org/wiki/Tone_mapping
[3] https://src.chromium.org/svn/trunk/src/chrome/test/data/webrtc/manual/peerconnection.html
BUG=369849
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|