Searched defs:cameraId (Results 1 – 12 of 12) sorted by relevance
47 public List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats()59 private List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats()
54 List<CaptureFormat> getSupportedFormats(int cameraId); in getSupportedFormats()61 public static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats()
70 public List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats()
187 void onCameraOpening(int cameraId); in onCameraOpening()212 final int cameraId = lookupDeviceName(name); in create() local323 private VideoCapturerAndroid(int cameraId) { in VideoCapturerAndroid()327 private VideoCapturerAndroid(int cameraId, CameraEventsHandler eventsHandler, in VideoCapturerAndroid()
103 public static void getCameraInfo(int cameraId, Camera.CameraInfo cameraInfo ) { in getCameraInfo()
63 public Camera openCamera(int cameraId) throws Exception { in openCamera()
59 public JavaCameraView(Context context, int cameraId) { in JavaCameraView()
60 public CameraBridgeViewBase(Context context, int cameraId) { in CameraBridgeViewBase()
316 int cameraId = 0; in main() local
406 int cameraId = 0; in main() local
234 int cameraId; member in CvCaptureCAM_DC1394_v2_CPP
211 public void onCameraOpening(int cameraId) { in onCameraOpening()