Plays MJPEG Video using the RGA. THe RGA allows resize of the JPEG file.
Dependencies: GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP SDBlockDevice_GR_PEACH TLV320_RBSP USBHost_custom
Fork of RGA_HelloWorld by
Overview
This demo shows how play a MJPEG and WAV file video using the RZA1 hardware RGA, JCU and SSIF. The JCU decodes each MJPEG frame. The SSIF plays the raw WAV file, and the RGA supplies the GUI and resize of the JPEG image.
MJPEG Creation
Requirements
- Python 3.1
- FFMPEG https://ffmpeg.org/download.html
Python Script
SD Card
- Rename the jpg file to Renesas.jpg and audio file Renesas.wav
- Download this image file and rename is Background.jpg
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
13:0a5bd13f6e7f | 2018-01-17 | zkimike | Plays MJPEG Video on GR-PEACH |
12:9a413bec6673 | 2018-01-05 | zkimike | Added MJPEG video. |
11:a21861228739 | 2017-04-24 | Osamu Nakamura |
Update GraphicsFramework and mbed OS to the stable ones |
10:7db04a743588 | 2017-03-09 | Osamu Nakamura |
Delete mbed.bld and mbed-rtos.lib because of the introduction of mbed-os 5 |
9:597326d2917c | 2017-03-09 | Osamu Nakamura |
Adopt mbed-os 5.3.6 |
8:3e45f402ef40 | 2016-12-14 | 1050186 | Fix support of IAR version. |
7:8fd684e60d66 | 2016-11-25 | 1050186 | Support IAR version. |
6:6a8ce6f7767b | 2016-11-10 | 1050186 | Support GCC ARM version. |
5:52c36113e801 | 2016-08-08 | dkato | Delete unnecessary image data. |
4:ce438477eddb | 2016-08-08 | dkato | Changed to use the LCD_Shield_config library. |
3:841987280a7f | 2016-01-21 | dkato | Add touch operations. |
2:c7faef0ef374 | 2016-01-21 | dkato | Add touch operations. |
1:a07212e32dcb | 2016-01-20 | 1050186 | Modify macro definition |
0:84e4649e7707 | 2016-01-20 | 1050186 | First commit |