MOVERIO Pro Developer's Guide (Rev.1.4)
72
6.7.
Application interface list
Tables 6-4 and 6-5 provide a list of application interfaces for using the following functions.
1)
You can change the camera mode, frame rate, and preview resolution for the BT-2000, and
display a preview.
2)
Acquire preview data with the application.
You also need to import the following models to use each API.
android.hardware.Camera
Table 6
-
4 Camera.Parameters application interface list
NO.
Function name
Function summary
Notes
1
getSupportedEpsonCameraMod
e
Acquire a list of modes supported by the
camera.
Epson original API
2
setEpsonCameraMode
Set the camera mode.
Epson original API
3
getEpsonCameraMode
Acquire the current camera mode setting.
Epson original API
4
setPreviewFpsRange
Set the frame rate range.
Standard Android API
5
setPreviewSize
Set the preview resolution.
Standard Android API
6
getSupportedSharpnessMin
Acquire the minimum available sharpness value.
Epson original API
7
getSupportedSharpnessMax
Acquire the maximum available sharpness
value.
Epson original API
8
getSharpness
Acquire the current sharpness value.
Epson original API
9
setSharpness
Set the sharpness value.
Epson original API
10
getSupportedContrastMin
Acquire the minimum available contrast value.
Epson original API
11
getSupportedContrastMax
Acquire the maximum available contrast value.
Epson original API
12
getContrast
Acquire the current contrast value.
Epson original API
13
setContrast
Set the contrast value.
Epson original API
Table 6
-
5 Callbackinterface list when using camera
NO.
Function name
Function summary
Notes
1
Camera.PreviewCallback.onPre
viewFrame
Describes processing content when acquiring
image data.
Standard Android API
2
Camera.setPreviewCallback
Register the image data acquisition callback
method. Called repeatedly when image data is
acquired.
Standard Android API
3
Camera.setOneShotPreviewCall
back
Register the image data acquisition callback
method. Calls once for each image data
registered.
Standard Android API
4
Camera.setPreviewCallbackWit
hBuffer
Register the image data acquisition callback
method. You can raise the processing efficiency
by specifying a buffer.
Standard Android API
5
Camera.addCallbackBuffer
Register the buffer used in
setPreviewCallbackWithBuffer
.
Standard Android API
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 ...