configuration as below:
• Hardware Platform (Jetson / GPU)
jetson NX
• DeepStream Version
6.0.1
• JetPack Version (valid for Jetson only)
4.6.2
• TensorRT Version
8.2.1.8
I need to config [source0] , something like:
type=4
uri=rtsp://…
my nx connected to a win7 host via micro-usb, how to define the source?
Thank you.
Where is the video stream generated? Is your win7 working as a RTSP server?
Yes, video stream will be generated by a win7 host, and the connection is only micro-usb, no internet connection either.
Amycao
June 13, 2022, 2:26am
#5
You just need to find the rtsp stream address, and fill it into uri=***
Thank you very much, it works.
Another question, on the usb-connection condition, how to broadcast my yolo predictions (x, y. w, h, conf) as message to my win7-host?
continuing,
I can get the predictions from deepstream Api,
Amycao
June 14, 2022, 5:38am
#8
You can use nvmsgbroker to send message you interested to remote broker. Gst-nvmsgbroker — DeepStream 6.1 Release documentation .
You need to customized the app to send the message you interested.
system
closed
June 29, 2022, 7:34am
#10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.