Use Terminal Camera
Last updated
Last updated
This guide explains how to enable your application to access and use the camera functionality of a terminal device using the Android SDK. Please refer to
When you use the command 'camera.open(ID)', it's important to note that the ID values vary across different terminal models.
Refer to the provided table for the specific ID definitions corresponding to each product model.
W1
0
W1V2
0
Q1
0: zoom camera, 1: fixed focus camera
Q1V2
0: zoom/zebra camera, 1: fixed focus camera
Q2
0: back camera, 1: front camera
K2
0
PAD1
0
Q3
0: back camera, 1: front camera
We have developed a demo application that illustrates how to implement the photographing function.
Please for a practical example and better understanding.