Package com.banuba.sdk.input
Class CameraDevice.FrameProvider
java.lang.Object
com.banuba.sdk.input.CameraDevice.FrameProvider
- Enclosing class:
- CameraDevice
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFrameProvider(androidx.camera.core.ImageProxy imageProxy, int frameRotationDegrees, boolean requireMirroring) protectedFrameProvider(com.banuba.sdk.types.FullImageData img, int frameRotationDegrees, boolean requireMirroring) -
Method Summary
Modifier and TypeMethodDescriptionintcom.banuba.sdk.types.FullImageDataandroidx.camera.core.ImageProxy
-
Constructor Details
-
FrameProvider
protected FrameProvider(com.banuba.sdk.types.FullImageData img, int frameRotationDegrees, boolean requireMirroring) -
FrameProvider
protected FrameProvider(androidx.camera.core.ImageProxy imageProxy, int frameRotationDegrees, boolean requireMirroring)
-
-
Method Details
-
getFullImageData
public com.banuba.sdk.types.FullImageData getFullImageData() -
getImageProxy
public androidx.camera.core.ImageProxy getImageProxy() -
getFrameRotationDegrees
public int getFrameRotationDegrees()
-