-
Notifications
You must be signed in to change notification settings - Fork 719
Description
Hi,
I am trying to capture BT601 video data on the ESP32S3. I have a board that converts the video signal from an analog camera to digital data in the BT601 protocol. The digital signals contain 8 bits of data and a V_sync and H_sync signal.
I have read the user manual for the ESP32S3 and it says that the LCD_CAM module can receive data via BT601. However, I am not sure how to do this, because the LCD_CAM module has a CAM_H_ENABLE signal, but in the BT601 protocol there is no signal like this.
Can you please help me with the following:
Is it possible to capture BT601 video data by the ESP32S3 at all?
If it is possible, are there any tutorials or help you can give me?
How do I deal with the CAM_H_ENABLE signal?
Thank you for your help.
Best regards,