diff options
| author | kkitayam <[email protected]> | 2021-09-26 18:33:30 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-29 21:23:18 +0900 |
| commit | 319db9573c679e45a663326fbd4baa240a3da0ea (patch) | |
| tree | 2db33304cf6a1caf8130567a5eb6c0cff77cc18b /examples/device/video_capture/src/main.c | |
| parent | a15c3543296098ab292ef0c815000c6eb2c3a9fb (diff) | |
Change video frames to project logo
Diffstat (limited to 'examples/device/video_capture/src/main.c')
| -rw-r--r-- | examples/device/video_capture/src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/device/video_capture/src/main.c b/examples/device/video_capture/src/main.c index abc97a377..6f47a1841 100644 --- a/examples/device/video_capture/src/main.c +++ b/examples/device/video_capture/src/main.c @@ -104,7 +104,9 @@ void tud_resume_cb(void) // USB Video //--------------------------------------------------------------------+ static unsigned char const *frames[] = { - black_128x96_yuv, white_128x96_yuv, green_128x96_yuv + white_128x96_yuv, white_128x96_yuv, white_128x96_yuv, + t_128x96_yuv, ti_128x96_yuv, tin_128x96_yuv, logo_128x96_yuv, + logo_128x96_yuv, logo_128x96_yuv, logo_128x96_yuv, logo_128x96_yuv }; static unsigned current_frame = 0; static unsigned tx_busy = 0; |
