Hi All,
I am working on the edge-ai-gst demo application provided in the PSDK. while using IMX219 camera as input source for the demo application (object detection) with 1920x1080 30fps, the demo is working fine and able to view the camera image in the full HD monitor.
I am Not able to view the camera capture image with Camera's Highest resolution of 8MPix 15fps mode which supports in my driver.
I have shared the configuration used for changing 4k capture below,
title: "Object Detection"
log_level: 2
inputs:
input0:
source: /dev/video-rpi-cam0
format: rggb
width: 3280
height: 2464
framerate: 15
models:
model0:
model_path: /opt/model_zoo/TVM-OD-5120-ssdLite-mobDet-DSP-coco-320x320
viz_threshold: 0.6
model1:
model_path: /opt/model_zoo/TFL-OD-2020-ssdLite-mobDet-DSP-coco-320x320
viz_threshold: 0.6
model2:
model_path: /opt/model_zoo/ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416
viz_threshold: 0.6
model3:
model_path: /opt/model_zoo/ONR-OD-8420-yolox-s-lite-mmdet-widerface-640x640
viz_threshold: 0.6
outputs:
output0:
sink: kmssink
width: 1920
height: 1080
overlay-perf-type: graph
flows:
flow0: [input0,model2,output0,[0,0,1920,1080]]
Kindly need your support.
Thanks and Regards,
Dinesh kumar S