How to Enable an Application to Utilize the Terminal's Camera Function: Difference between revisions

From wizarPOS
(Created page with "Please reference to [https://developer.android.com/training/camera/index.html camera] of android SDK")
 
No edit summary
Line 1: Line 1:
Please reference to [https://developer.android.com/training/camera/index.html camera] of android SDK
Please reference to [https://developer.android.com/training/camera/index.html camera] of android SDK.
Please notice that when call Camera.open(id), the id is different in different product model, please find the defination in the follow table:
{| class="wikitable"
|-
! Product Model!! Camera Id
|-
| W1 || 0
|-
| W1V2|| 0
|-
| Q1|| 0: zoom camera, 1: fixed focus camera
|-
| Q1V2|| 0: zoom camera, 1: fixed focus camera
|-
| Q2 || 0
|-
| K2 || 0
|-
| PAD1 || 0
|}

Revision as of 08:34, 25 April 2018

Please reference to camera of android SDK. Please notice that when call Camera.open(id), the id is different in different product model, please find the defination in the follow table:

Product Model Camera Id
W1 0
W1V2 0
Q1 0: zoom camera, 1: fixed focus camera
Q1V2 0: zoom camera, 1: fixed focus camera
Q2 0
K2 0
PAD1 0