NVIDIA-AI-IOT / deepstream_lpr_app

Sample app code for LPR deployment on DeepStream
MIT License
209 stars 62 forks source link

How to save each output file from each source list. #35

Open chanwitkepha opened 8 months ago

chanwitkepha commented 8 months ago

According to lpr_app_infer_us_config.yml Please advise how to save each output file from each source list, Thank you.

Note: I also check deepstream_lpr_app Command Line, It's seems save output to only 1 file.

Usage: ./deepstream-lpr-app [1:us model|2: ch_model] [1:file sink|2:fakesink|3:display sink] [0:ROI disable|0:ROI enable] [infer|triton|tritongrpc] <In mp4 filename> <in mp4 filename> ... <out H264 filename>

image