580 B
580 B
ESP32 Composite Video Pattern Example
This example showcases the Philips PM5544 test pattern, which can be used to verify hardware and connection integrity.
Build
cd examples/test_pattern
idf.py build
idf.py flash
Video mode
By default, the example generates a PAL/SECAM signal.
To generate NTSC video, use menuconfig
to change the mode.
- Execute
idf.py menuconfig
. - Go to
Component config->Example Configuration
- Check
NTSC video mode instead of default PAL/SECAM
.