Deepstream_lpr_app does not work on Orin Nano 4Gb

I have got an error:
demo@ubuntu:~/OCR/deepstream_tao_apps/apps/tao_others/deepstream_lpr_app$ ./deepstream-lpr-app/deepstream-lpr-app …/…/…/configs/app/lpr_app_infer_us_config.yml
use_nvinfer_server:0, use_triton_grpc:0
Request sink_0 pad from streammux
Warning: ‘input-dims’ parameter has been deprecated. Use ‘infer-dims’ instead.
Warning: ‘input-dims’ parameter has been deprecated. Use ‘infer-dims’ instead.
!! [WARNING] Unknown param found for nvtracker: enable-batch-process
set analy config
in create_video_encoder, isH264:1, enc_type:0
!! [WARNING] Unknown param found : type
!! [WARNING] Unknown param found : enc
!! [WARNING] Unknown param found : enc_type
!! [WARNING] Unknown param found : filename

(deepstream-lpr-app:17738): GStreamer-WARNING **: 12:46:39.324: Name ‘nvvideo-renderer’ is not unique in bin ‘pipeline’, not adding
Now playing: …/…/…/configs/app/lpr_app_infer_us_config.yml
Running…
ERROR from element nvvideo-h264enc: Cannot identify device ‘/dev/v4l2-nvenc’.
Error details: /dvs/git/dirty/git-master_linux/3rdparty/gst/gst-v4l2/gst-v4l2/v4l2_calls.c(637): gst_v4l2_open (): /GstPipeline:pipeline/nvv4l2h264enc:nvvideo-h264enc:
system error: No such file or directory
Returned, stopping playback
Average fps 0.000233
Totally 0 plates are inferred
Deleting pipeline

Any idea how to fix?
I used sources and manual how to build/run from:

Orin nano cannot support hardware encoder. You can try to use the software decoder.

  1. Run the script I attached
  2. Modify the config file enc: 1 to use software encoder.
    user_additional_install.sh (504 Bytes)

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

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