Search found 1 match
- Sun Aug 17, 2025 2:56 pm
- Forum: ESP-IDF
- Topic: Get single jpeg frame from mjpeg.
- Replies: 0
- Views: 58
Get single jpeg frame from mjpeg.
Hello i have a esp32 p4 and i want to play videos on it. The p4 has super high decode performance so i chose that soc. Now i already wrote code to decode a single jpeg image to rgb565. But i want to get the jpeg frame from mjpeg decode it and then display it on screen. Any solution?