This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Capturing video on ARM Cortex M7

My intent is to capture a low-medium fps (5-10 fps) of some seconds duration. What's the best way to do that, and what can be a feasible compression on Arm Cortex M7 ?

Parents
  • Thank you for your answer. Actually what I wondering, concerns more with firmware. With my dev board I can capture still images and compress in jpeg. The next step is capture a small video and store it in RAM, in one of the many video formats (mpg, avi, mp4....) . This in a non-OS environment, and in C language. I'm surprised that I can't find documentation and  libraries about this feature, whereas it is also widespread in low-cost products, such as spycams o dashcams. All this products use high-end processors with OS?

Reply
  • Thank you for your answer. Actually what I wondering, concerns more with firmware. With my dev board I can capture still images and compress in jpeg. The next step is capture a small video and store it in RAM, in one of the many video formats (mpg, avi, mp4....) . This in a non-OS environment, and in C language. I'm surprised that I can't find documentation and  libraries about this feature, whereas it is also widespread in low-cost products, such as spycams o dashcams. All this products use high-end processors with OS?

Children