Auto config, no need to init before each capture, 320x240 cca 5fps

This commit is contained in:
Adam Prochazka
2023-04-11 00:45:22 +02:00
parent 374a63bc0c
commit 58b09c93ab
4 changed files with 752 additions and 908 deletions

View File

@ -86,7 +86,7 @@ void Error_Handler(void);
#define LD3_GPIO_Port GPIOB
/* USER CODE BEGIN Private defines */
#define CDC_BUFF_SIZE 10048
#define CDC_BUFF_SIZE 12800
#define CDC_FRAME_SIZE 64
#define CDC_FRAME_DELAY 1
/* USER CODE END Private defines */