Hello,
I am trying to utilize a GigE Vision camera (imperx c2010 PoE 3 megapixel CMOS Camera) as a source for the deepstream-app shipped with Deepstream 5.0 (camera connected via ethernet connection).
I have already got the manufacturer’s SDK up and running on the jetson, and it is properly connecting, and showing video within their GUI, once I set up the cameras IP address correctly.
I have been unable to get this camera to work with Deepstream SDK as a source.
I have tried (to no avail):
RTSP source (ie. rtsp://) (camera manufacturer doesnt say anything about RTSP in its documentation anyways though…)
specifying ip as uri (ie. udp://)
anyone’s insight into this would be greatly appreciated!
From GStreamer point of view, even with uridecodebin, it is still a necessary to provide the correct uri. So GStreamer is not a proper tool to debug such problem.
If you suspect this camera supports RTSP, you may try wireshark(Wireshark · Download) to capture the packages when showing video with impex GUI. If it can capture the packages, the camera is using RTSP protocol to transfer videos.