Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
org.qtproject.qt.android.multimedia.QtVideoDeviceManager Class Reference
+ Collaboration diagram for org.qtproject.qt.android.multimedia.QtVideoDeviceManager:

Classes

enum  CODEC
 

Public Member Functions

 QtVideoDeviceManager (Context context)
 
CameraCharacteristics getCameraCharacteristics (String cameraId)
 
String[] getCameraIdList ()
 
int getSensorOrientation (String cameraId)
 
int getLensFacing (String cameraId)
 
String[] getFpsRange (String cameraId)
 
float getMaxZoom (String cameraId)
 
Rect getActiveArraySize (String cameraId)
 
String[] getStreamConfigurationsSizes (String cameraId, int imageFormat)
 
int stringToControlAEMode (String mode)
 
String controlAEModeToString (int mode)
 
int[] getSupportedAfModes (String cameraId)
 
String[] getSupportedFlashModes (String cameraId)
 
boolean isTorchModeSupported (String cameraId)
 

Static Public Member Functions

static String[] getHWVideoDecoders ()
 
static String[] getHWVideoEncoders ()
 

Detailed Description

Definition at line 27 of file QtVideoDeviceManager.java.

Constructor & Destructor Documentation

◆ QtVideoDeviceManager()

org.qtproject.qt.android.multimedia.QtVideoDeviceManager.QtVideoDeviceManager ( Context context)
inline

Definition at line 32 of file QtVideoDeviceManager.java.

References cache, and context.

Member Function Documentation

◆ controlAEModeToString()

String org.qtproject.qt.android.multimedia.QtVideoDeviceManager.controlAEModeToString ( int mode)
inline

Definition at line 179 of file QtVideoDeviceManager.java.

Referenced by org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getSupportedFlashModes().

+ Here is the caller graph for this function:

◆ getActiveArraySize()

Rect org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getActiveArraySize ( String cameraId)
inline

Definition at line 132 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics().

+ Here is the call graph for this function:

◆ getCameraCharacteristics()

◆ getCameraIdList()

String[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraIdList ( )
inline

Definition at line 83 of file QtVideoDeviceManager.java.

◆ getFpsRange()

String[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getFpsRange ( String cameraId)
inline

Definition at line 106 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics().

+ Here is the call graph for this function:

◆ getHWVideoDecoders()

static String[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getHWVideoDecoders ( )
inlinestatic

◆ getHWVideoEncoders()

static String[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getHWVideoEncoders ( )
inlinestatic

◆ getLensFacing()

int org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getLensFacing ( String cameraId)
inline

Definition at line 99 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics().

+ Here is the call graph for this function:

◆ getMaxZoom()

float org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getMaxZoom ( String cameraId)
inline

Definition at line 123 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics().

+ Here is the call graph for this function:

◆ getSensorOrientation()

int org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getSensorOrientation ( String cameraId)
inline

Definition at line 92 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics().

+ Here is the call graph for this function:

◆ getStreamConfigurationsSizes()

String[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getStreamConfigurationsSizes ( String cameraId,
int imageFormat )
inline

Definition at line 141 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics(), map, and toString().

+ Here is the call graph for this function:

◆ getSupportedAfModes()

int[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getSupportedAfModes ( String cameraId)
inline

Definition at line 197 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics().

Referenced by org.qtproject.qt.android.multimedia.QtCamera2.start().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getSupportedFlashModes()

String[] org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getSupportedFlashModes ( String cameraId)
inline

Definition at line 206 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.controlAEModeToString(), org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics(), and ret.

+ Here is the call graph for this function:

◆ isTorchModeSupported()

boolean org.qtproject.qt.android.multimedia.QtVideoDeviceManager.isTorchModeSupported ( String cameraId)
inline

Definition at line 222 of file QtVideoDeviceManager.java.

References org.qtproject.qt.android.multimedia.QtVideoDeviceManager.getCameraCharacteristics(), and ret.

+ Here is the call graph for this function:

◆ stringToControlAEMode()

int org.qtproject.qt.android.multimedia.QtVideoDeviceManager.stringToControlAEMode ( String mode)
inline

Definition at line 162 of file QtVideoDeviceManager.java.

Referenced by org.qtproject.qt.android.multimedia.QtCamera2.setFlashMode().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: