Hi ! I have Jetson nano 2gb , I am learning formation building video ai application at the edge on jetson nano , I would like to make my source live video with camera csi ,
I make some change on the code (deepstream_test1_rtsp_out) # Source element for reading from the file
print("Creating Source \n ") source = Gst.ElementFactory.make(“nvarguscamerasrc”, “camera-source”)
TypeError: object of type GstNvArgusCameraSrc' does not have property
location’ I run it on localhost (192.168.55.1:8888)
What’s the version of Jetpack on your Nano?
If there any output after executing “gst-inspect-1.0 nvarguscamerasrc”?
Did you set location property for nvarguscamerasrc?
you can check gst-inspect-1.0 nvarguscamerasrc for what property it supports.
Jetpack 4.6.1
I think what about make an rtsp input
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
You can give a try.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.