I have an array of bytes that represents an I-Frame from h264 camera stream.
How can I convert these bytes to jpeg or other picture format. With or without using decoders?
Notice: I know ffmpeg can decode I-Frame from video, but my problem is that my input data is not video, as I said its a series of bytes from camera stream with known buffer size length.