I am trying to implement a HEVC encoder using the camera stream. I started with sample code reference under 01_video_Encode. This code is not structured in way to do what I want. I tried to restructure the code to format the input to I P P P … streams. But keep on getting the capture plane Dqing error. Any sample code or example code that I can refer to solve this issue. Also FYI, I am not planning on using Gstreamer for issue, I want to get this done with Multimedia API.
Hi,
Would like to know what type of camera you are using, so that we can suggest next. Do you use Bayer sensor through Argus stack? Or YUV sensor through v4l2 interface?
I am using an allied vision camera, I am providing debayered frame as input to the encoder. This debayered frame is structured as BGRA byte array. I am converting this BGRA array to YUV format.