• Hardware Platform (Jetson / GPU) AGX Xavier
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) 4.4
I am getting a frame thru opencv cap.VideoCapture
cap = cv2.VideoCapture(“nvarguscamerasrc sensor-id=”+str(videoid)+" ! video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080,format=(string)NV12, framerate=(fraction)30/1 ! nvvidconv ! video/x-raw, format=(string)BGRx ! videoconvert ! queue ! appsink ")
In this case, is there a way to get timestamp from nvarguscamerasrc for the frame just read out by cap.read?
ret, frame = cap.read()
Please advise. Thanks a lot for your help.