MOVERIO Pro Developer's Guide (Rev.1.4)
71
6.6.
Application interface function summary
The following explains how to use API to achieve the following three functions.
1)
Set the camera mode, frame rate, preview resolution, and camera resolution for the
BT-2000, and display a preview.
2)
Process the image data in the app.
3)
Acquire depth information with the application.
Note that the API specification explained in this section is not thread safe in compliance with the
specifications compared to android.hardware.Camera, and therefore cannot be used at the
same time for multiple threads.
The following 13 APIs are used in (1).
1-1
getSupportedEpsonCameraMode
1-2
setEpsonCameraMode
1-3
getEpsonCameraMode
1-4
setPreviewFpsRange
1-5
setPreviewSize
1-6
getSupportedSharpnessMin
1-7
getSupportedSharpnessMax
1-8
getSharpness
1-9
setSharpness
1-10
getSupportedContrastMin
1-11
getSupportedContrastMax
1-12
getContrast
1-13
setContrast
The following 5 APIs are used in (2).
2-1
onPreviewFrame
2-2
setPreviewCallback
2-3
setOneShotPreviewCallback
2-4
setPreviewCallbackWithBuffer
2-5
addCallbackBuffer
The following 4 APIs are used in (3).
3-1
onDepthMap
3-2
setDepthCallback
3-3
startDepthStreaming
3-4
stopDepthStreaming
Содержание Moverio Pro BT-2000
Страница 7: ...MOVERIO Pro Developer s Guide Rev 1 4 1 1 Introduction ...
Страница 12: ...MOVERIO Pro Developer s Guide Rev 1 4 6 2 Developing Apps ...
Страница 30: ...MOVERIO Pro Developer s Guide Rev 1 4 24 3 Display control ...
Страница 39: ...MOVERIO Pro Developer s Guide Rev 1 4 33 4 UI control ...
Страница 47: ...MOVERIO Pro Developer s Guide Rev 1 4 41 5 Voice commands ...
Страница 70: ...MOVERIO Pro Developer s Guide Rev 1 4 64 6 Camera control ...
Страница 119: ...MOVERIO Pro Developer s Guide Rev 1 4 113 7 Sensor control ...
Страница 127: ...MOVERIO Pro Developer s Guide Rev 1 4 121 8 Bluetooth BLE ...
Страница 184: ...MOVERIO Pro Developer s Guide Rev 1 4 178 9 Power control ...
Страница 187: ...MOVERIO Pro Developer s Guide Rev 1 4 181 10 Self diagnostic function ...
Страница 191: ...MOVERIO Pro Developer s Guide Rev 1 4 185 11 GPS Assist ...
Страница 202: ...MOVERIO Pro Developer s Guide Rev 1 4 196 Memo ...