Hi All,
My DM36x based camera accepts Raw Bayer sensor data from IMX035.
My sensor provides 1384x1076 pixels resolution and i am using 1280x1024 removing the unwanted data.
For this in IPIPE i have made
ipipeif_param.source = CCDC_DARKFM
ipipe_dpaths_fmt = IPIPE_RAW2YUV
in dvsdk pixelformat = V4L2_PIX_FMT_SBGGR16
input pixel format is IPIPE_BAYER
compress.alg =CCDC_NO_COMPRESSION
in chain mode for 1.3 Mega resolution i am getting 30FPS ( H264 platinum codec) but for one shot mode my performance drops to appx 14~15 Fps.
i am not able to understand where its went wrong.
Kindly some one suggest me what to be done.