video codec
I am developing an industrial tablet with only one task - to display and record video
It should be ready to work in a few seconds after turning on (that's why I also think about using STM32H7)
I need to show on the display 720p (ideally 1080p) 30 frames per second, as well as encode and decode them in H264 / 265
Is STM32MP capable of doing this?
If so, could you please give me some material to start exploring embedded Linux?
Before that, I wrote only for microcontrollers, to be honest, it's easier for me to work with bare metal and would really like to be able to generate HAL code using CubeMX
When trying to work with the IMX6, I stopped at the fact that I just can't switch the output from HDMI to LVDS. Not to mention more complicated things like setting up custom DDR and NAND
Where can I find out?
I know how this peripheral works at the "iron" level and I think I can write drivers for it. But my problem is that I just can't sort through this huge heap of Linux code, I don't even know where to write this code. I find an incredible number of macros that are not documented anywhere, there are no standards, this is complete chaos for me
