Epson Moverio Pro BT-2000 Developer's Manual page 105

Hide thumbs Also See for Moverio Pro BT-2000:
Table of Contents

Advertisement

6.8.18. stopDepthStreaming
Function
Stop depth information acquisition.
Format
void stopDepthStreaming()
Parameter
None.
Return value
None.
Usage procedure
/*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();
Important points
If depth information acquisition has not stopped when stopPreview is executed,
stopDepthStreaming is executed as part of the stopPreview process.
MOVERIO Pro Developer's Guide (Rev.1.4)
99

Advertisement

Table of Contents
loading

This manual is also suitable for:

Moverio pro bt-2200

Table of Contents