Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. # Copyright (c) 2018 NVIDIA Corporation. All rights reserved.
  2. #
  3. # NVIDIA Corporation and its licensors retain all intellectual property
  4. # and proprietary rights in and to this software, related documentation
  5. # and any modifications thereto. Any use, reproduction, disclosure or
  6. # distribution of this software and related documentation without an express
  7. # license agreement from NVIDIA Corporation is strictly prohibited.
  8.  
  9. [application]
  10. enable-perf-measurement=1
  11. perf-measurement-interval-sec=5
  12. #gie-kitti-output-dir=streamscl
  13.  
  14. [tiled-display]
  15. enable=0
  16. rows=1
  17. columns=1
  18. width=1280
  19. height=720
  20. nvbuf-memory-type=0
  21.  
  22. [source0]
  23. enable=1
  24. #Type - 1=CameraV4L2 2=URI 3=MultiURI
  25. type=4
  26. uri=rtsp://root:Skidata123@10.16.70.2:554/axis-media/media.amp
  27. num-sources=1
  28. # (0): memtype_device - Memory type Device
  29. # (1): memtype_pinned - Memory type Host Pinned
  30. # (2): memtype_unified - Memory type Unified
  31. cudadec-memtype=0
  32.  
  33. [sink0]
  34. enable=1
  35. #Type - 1=FakeSink 2=EglSink 3=File
  36. type=2
  37. sync=0
  38. source-id=0
  39. nvbuf-memory-type=0
  40.  
  41. [sink1]
  42. enable=0
  43. type=3
  44. #1=mp4 2=mkv
  45. container=1
  46. #1=h264 2=h265 3=mpeg4
  47. codec=1
  48. sync=0
  49. bitrate=2000000
  50. output-file=out.mp4
  51. source-id=0
  52.  
  53. [sink2]
  54. enable=0
  55. #Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay
  56. type=4
  57. #1=h264 2=h265
  58. codec=1
  59. sync=0
  60. bitrate=4000000
  61. # set below properties in case of RTSPStreaming
  62. rtsp-port=8554
  63. udp-port=5400
  64.  
  65.  
  66. [osd]
  67. enable=1
  68. border-width=2
  69. text-size=15
  70. text-color=1;1;1;1;
  71. text-bg-color=0.3;0.3;0.3;1
  72. font=Serif
  73. show-clock=0
  74. clock-x-offset=800
  75. clock-y-offset=820
  76. clock-text-size=12
  77. clock-color=1;0;0;0
  78.  
  79. [streammux]
  80. ##Boolean property to inform muxer that sources are live
  81. live-source=1
  82. batch-size=1
  83. ##time out in usec, to wait after the first buffer is available
  84. ##to push the batch even if the complete batch is not formed
  85. batched-push-timeout=40000
  86. ## Set muxer output width and height
  87. width=1280
  88. height=720
  89. nvbuf-memory-type=0
  90.  
  91. # config-file property is mandatory for any gie section.
  92. # Other properties are optional and if set will override the properties set in
  93. # the infer config file.
  94. [primary-gie]
  95. enable=1
  96. #Required to display the PGIE labels, should be added even when using config-file
  97. #property
  98. batch-size=1
  99. #Required by the app for OSD, not a plugin property
  100. bbox-border-color0=1;0;0;1
  101. bbox-border-color1=0;1;1;1
  102. bbox-border-color2=0;0;1;1
  103. bbox-border-color3=0;1;0;1
  104. interval=1
  105. #Required by the app for SGIE, when used along with config-file property
  106. gie-unique-id=1
  107. config-file=config_infer_primary.txt
  108.  
  109. [tracker]
  110. enable=1
  111. tracker-width=480
  112. tracker-height=272
  113. ll-lib-file=/opt/nvidia/deepstream/deepstream-4.0/lib/libnvds_mot_iou.so
  114. #ll-lib-file=/opt/nvidia/deepstream/deepstream-4.0/lib/libnvds_mot_klt.so
  115. #ll-config-file required for IOU only
  116. ll-config-file=iou_config.txt
  117. gpu-id=0
  118.  
  119. [ds-example]
  120. enable=0
  121. processing-width=640
  122. processing-height=480
  123. full-frame=0
  124. unique-id=15
  125. gpu-id=0
  126.  
  127. [ds-undistort]
  128. enable=1
  129. processing-width=640
  130. processing-height=480
  131. full-frame=0
  132. unique-id=15
  133. gpu-id=0
  134.  
  135. [tests]
  136. file-loop=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement