Deepstream6.2/6.3 nvinfer jpg 0kb

**• Hardware Platform (Jetson / GPU)**Jetson
• DeepStream Version6.3/6.2
gst-launch-1.0 filesrc location=/nvidia/deepstream/deepstream/samples/streams/sample_720p.jpg ! jpegparse ! nvv4l2decoder ! m.sink_0 nvstreammux name=m batch-size=1 width=1920 height=1080 ! nvvideoconvert ! nvdsosd ! nvvideoconvert ! jpegenc ! filesink location=filesink.jpg

But add nvinfer ;THEN filesink.jpg is 0kb。
gst-launch-1.0 filesrc location=/nvidia/deepstream/deepstream/samples/streams/sample_720p.jpg ! jpegparse ! nvv4l2decoder ! m.sink_0 nvstreammux name=m batch-size=1 width=1920 height=1080 ! nvinfer config-file-path=config_infer_primary_yoloV7.txt ! nvvideoconvert ! nvdsosd ! nvvideoconvert ! jpegenc ! filesink location=filesink.jpg
I dont know why。

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Could you attach more log by adding the GST_DEBUG=3 before the command?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.