i try to stream video.mp4 file from opencv-python by using Gstream pipeline. but when i run the pipeline in terminal it 's work successful. my problem is when i try to read a video file by Opencv + pipeline:
-My configuration is: jetson Xavier, jetpack 4.4, Opencv-python V4.5. gst-launch-1.0.
while True:
ret, frame = source.read()
if not ret:
print(âempty frameâ)
break
cv2.imshow(âsendâ, frame)
if cv2.waitKey(1)&0xFF == ord(âqâ):
break
Please, anyone can help me to solve the problem !! .
Hi,
The default OpenCV is 4.1.1 and it enables gstreamer by default. Please do re-installation through SDKManager and try again. Probably 3.4.14 is a bit old.