Hello everyone,
I am using jetson Nano for face recognition. Using OpenCV for capturing video.n RTSP protocol for Ip camera. when I run the code on GPU , it works very well…but I wanted to use jetson nano for that…I am new in this field. I have the following question:
- if I use GStreamer, will it reduced the lag in capturing frame?
2)if yes,what is the procedure to use GStreamer in OpenCV?
this is the code line where i am capturing the video from IP cam.
cap = cv2.VideoCapture("“rtsp://admin:admin1234@192.168.0.10/cam/realmonitor?
channel=1&subtype=01&authbasic=YWRtaW46YWRtaW4xMjM0"”) - if no, then what will be the right thing to do reduce that delay…Delay is around 10 sec.