I am really new to image processing. In C++ app, I have a snapshot from an IP Camera as a JPEG image (as an array of bytes) and I need to make calculation on pixels.
The proposed way is to use libav to convert the JPEG to a bitmap.
Can somebody please explain which libav API's should I use? Maybe there are some examples?
Thank you!
Here is the main part of the function: