public interface CameraCaptureRequest
CameraCaptureRequest represents a block of specified parameters that
can be used for capturing frames of images.| Modifier and Type | Method and Description |
|---|---|
Bitmap |
createEmptyBitmap()
Returns an empty bitmap which is compatible with this capture request.
|
int |
getAndroidFormat()
Returns Android
ImageFormat or
PixelFormat associated with this request. |
int |
getFramesPerSecond()
Returns the number of frames per second desired by this request
|
long |
getNsFrameDuration()
Returns the duration of frames returned by this request, in nanoseconds.
|
Size |
getSize()
Returns the dimensions of the data retrieved by this request
|
int getAndroidFormat()
ImageFormat or
PixelFormat associated with this request.Size getSize()
long getNsFrameDuration()
int getFramesPerSecond()
Bitmap createEmptyBitmap()
CameraFrame can be transferred to this bitmap using CameraFrame.copyToBitmap(Bitmap).