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

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

Advertisement

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();
Remarks
If this method is used after executing startPreview, you can execute by selecting
your own timing.
When resuming a preview using stopPreview -> startPreview, make sure you
execute this method to resume depth information acquisition.
When resuming a preview startPreview after executing takePicture, make sure
you execute this method to resume depth information acquisition.
You need to restart the application if the application closes in a RuntimeException.
MOVERIO Pro Developer's Guide (Rev.1.4)
98

Advertisement

Table of Contents
loading

This manual is also suitable for:

Moverio pro bt-2200

Table of Contents