HAL_DCMI_DisableCrop
HAL_StatusTypeDef HAL_DCMI_DisableCrop
(DCMI_HandleTypeDef * hdcmi)
Disable the Crop feature.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
HAL_DCMI_GetState
HAL_DCMI_StateTypeDef HAL_DCMI_GetState
(DCMI_HandleTypeDef * hdcmi)
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
HAL_DCMI_GetError
uint32_t HAL_DCMI_GetError (DCMI_HandleTypeDef * hdcmi)
Return the DCMI error code.
hdcmi: : pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
14.3 DCMI Firmware driver defines
14.3.1 DCMI
DCMI Capture Mode
The received data are transferred continuously into the
destination memory through the DMA
Once activated, the interface waits for the start of frame
and then transfers a single frame through the DMA
DCMI Capture Rate
DCMI_CR_ALTERNATE_2_FRAME
Every alternate frame captured
DCMI_CR_ALTERNATE_4_FRAME
One frame in 4 frames captured
DCMI Error Code