Hi, I am quite new to image processing. I am planning to use IMX8MPLUS as my platform for image/video processing. Here are some generally questions:
1. Can video codec be used to compress/decompress image files? For example, if I want to convert data from image sensor into jpeg image file, do I use video codec or I have to use image codec?
2. If my image pipeline is as follow:
a. Data from image sensor (RAW)
b. Debayering by IMX8MPLUS into RGB
c. RGB to JEPG compression for data storage.
d. JPEG to RGB conversion from image file to display on LCD.
For the above b to d, which part of the IMX8MPLUS core / hardware will be doing the task? Or it will be a pure software task running on the A53 core?
3. Also, I need to control some motor and also get position feedback using optical sensor. But I can't find much information regarding IMX8MPLUS on motor controls and feedback. Any documents/reference will be helpful.
Thanks in advance!