My Project
MMAL_PARAMETER_CAMERA_CONFIG_T Struct Reference

#include <mmal_parameters_camera.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
uint32_t max_stills_w
 
uint32_t max_stills_h
 
uint32_t stills_yuv422
 
uint32_t one_shot_stills
 
uint32_t max_preview_video_w
 
uint32_t max_preview_video_h
 
uint32_t num_preview_video_frames
 
uint32_t stills_capture_circular_buffer_height
 
uint32_t fast_preview_resume
 
MMAL_PARAMETER_CAMERA_CONFIG_TIMESTAMP_MODE_T use_stc_timestamp
 

Detailed Description

Definition at line 480 of file mmal_parameters_camera.h.

Member Data Documentation

◆ fast_preview_resume

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::fast_preview_resume

Allows preview/encode to resume as fast as possible after the stills input frame has been received, and then processes the still frame in the background whilst preview/encode has resumed. Actual mode is controlled by MMAL_PARAMETER_CAPTURE_MODE.

Definition at line 496 of file mmal_parameters_camera.h.

◆ hdr

MMAL_PARAMETER_HEADER_T MMAL_PARAMETER_CAMERA_CONFIG_T::hdr

Definition at line 482 of file mmal_parameters_camera.h.

◆ max_preview_video_h

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::max_preview_video_h

Definition at line 491 of file mmal_parameters_camera.h.

◆ max_preview_video_w

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::max_preview_video_w

Max size of the preview or video capture frames

Definition at line 490 of file mmal_parameters_camera.h.

◆ max_stills_h

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::max_stills_h

Definition at line 486 of file mmal_parameters_camera.h.

◆ max_stills_w

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::max_stills_w

Max size of stills capture

Definition at line 485 of file mmal_parameters_camera.h.

◆ num_preview_video_frames

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::num_preview_video_frames

Definition at line 492 of file mmal_parameters_camera.h.

◆ one_shot_stills

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::one_shot_stills

Continuous or one shot stills captures.

Definition at line 488 of file mmal_parameters_camera.h.

◆ stills_capture_circular_buffer_height

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::stills_capture_circular_buffer_height

Sets the height of the circular buffer for stills capture.

Definition at line 494 of file mmal_parameters_camera.h.

◆ stills_yuv422

uint32_t MMAL_PARAMETER_CAMERA_CONFIG_T::stills_yuv422

Allow YUV422 stills capture

Definition at line 487 of file mmal_parameters_camera.h.

◆ use_stc_timestamp

MMAL_PARAMETER_CAMERA_CONFIG_TIMESTAMP_MODE_T MMAL_PARAMETER_CAMERA_CONFIG_T::use_stc_timestamp

Selects algorithm for timestamping frames if there is no clock component connected.

Definition at line 502 of file mmal_parameters_camera.h.


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