MOVERIO Pro Developer's Guide (Rev.1.4)
99
6.8.18.
stopDepthStreaming
Function
Stop depth information acquisition.
Format
Parameter
None.
Return value
None.
Usage procedure
Important points
If depth information acquisition has not stopped when stopPreview is executed,
stopDepthStreaming is executed as part of the stopPreview process.
void stopDepthStreaming()
/*Start camera*/
camera = Camera.open();
/*Acquire current parameter (or default value)*/
Camera.Parameters params = camera.getParameters();
/*Set the camera mode to depth-only*/
params.setEpsonCameraMode(Camera.Parameters.EPSON_CAMERA_MODE_DEP
TH_ONLY);
/*Reflect camera setting in camera device*/
camera.setParameters(params);
/*Start preview*/
camera.startPreview();
/*Start depth information acquisition*/
camera.startDepthStreaming();
・・・・・・
/*End Depth information acquisition*/
camera.stopDepthStreaming();
/*Stop preview*/
camera.stopPreview();
Summary of Contents for Moverio Pro BT-2000
Page 7: ...MOVERIO Pro Developer s Guide Rev 1 4 1 1 Introduction ...
Page 12: ...MOVERIO Pro Developer s Guide Rev 1 4 6 2 Developing Apps ...
Page 30: ...MOVERIO Pro Developer s Guide Rev 1 4 24 3 Display control ...
Page 39: ...MOVERIO Pro Developer s Guide Rev 1 4 33 4 UI control ...
Page 47: ...MOVERIO Pro Developer s Guide Rev 1 4 41 5 Voice commands ...
Page 70: ...MOVERIO Pro Developer s Guide Rev 1 4 64 6 Camera control ...
Page 119: ...MOVERIO Pro Developer s Guide Rev 1 4 113 7 Sensor control ...
Page 127: ...MOVERIO Pro Developer s Guide Rev 1 4 121 8 Bluetooth BLE ...
Page 184: ...MOVERIO Pro Developer s Guide Rev 1 4 178 9 Power control ...
Page 187: ...MOVERIO Pro Developer s Guide Rev 1 4 181 10 Self diagnostic function ...
Page 191: ...MOVERIO Pro Developer s Guide Rev 1 4 185 11 GPS Assist ...
Page 202: ...MOVERIO Pro Developer s Guide Rev 1 4 196 Memo ...