Skip to content

Commit

Permalink
Default to PAL for non-HD cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Jan 29, 2016
1 parent a768b84 commit 141b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/lm32/main.c
Expand Up @@ -49,7 +49,7 @@ encoder quality 75
processor_init();
processor_start(config_get(CONFIG_KEY_RESOLUTION));

video_mode_set(10); // 1280x720 @50Hz
video_mode_set(13); // 720x576 @ 50.00Hz

// Set HDMI Output 0 to be pattern
#ifdef CSR_HDMI_OUT0_BASE
Expand Down

0 comments on commit 141b8f1

Please sign in to comment.