STM32 for live streaming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 2:07 PM - edited ‎2024-10-15 2:12 PM
Hi,
we would like to add live video playing/streaming to an STM32-based board we are designing that uses MIPI-DSI to drive a touch display, and we are at the stage of choosing the micro.
Ideally it would stream from HDMI signal but we can use another interface if more suitable and/or lower cost.
(Ethernet streaming I think is just a matter of having the Ethernet connection so that I assume is straight forward).
The live video would be played on the touch display but in a window slightly smaller than the graphic area (to allow controls for other electronics to be places on the graphical area next to the video).
Are there any STM32 that have perhaps some special dedicated hardware to allow video streaming (again from HDMI or other similar inputs) while preventing major core bottleneck/slow-down?
If so, which micro can do that?
Or which peripherals/HW of the STM32 is used to do that so we can select the right micro?
Thank you. :)
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 2:27 PM
Probably the wrong platform, lacking capture and codec's, etc.
Video ingress, typically via DCMI camera interface, perhaps compressed at camera.
Some parts support JPEG ENC/DEC, so perhaps MJPEG type streams. Look at OpenMV CAM boards?
https://www.st.com/en/partner-products-and-services/openmv-cam.html
Perhaps look at more dedicated hardware, with deeper memories, higher bandwidth, and codec support. Video is a mire of patents and licensing. Resolution and frame-rates, scale bandwidth unhelpfully/quickly.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 2:27 PM
Probably the wrong platform, lacking capture and codec's, etc.
Video ingress, typically via DCMI camera interface, perhaps compressed at camera.
Some parts support JPEG ENC/DEC, so perhaps MJPEG type streams. Look at OpenMV CAM boards?
https://www.st.com/en/partner-products-and-services/openmv-cam.html
Perhaps look at more dedicated hardware, with deeper memories, higher bandwidth, and codec support. Video is a mire of patents and licensing. Resolution and frame-rates, scale bandwidth unhelpfully/quickly.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-16 6:40 PM - edited ‎2024-10-16 6:40 PM
@Tesla DeLoreanthank you.
