Subzeromot
Results
2
issues of
Subzeromot
I run docker on my PC, but i got this error (gst-plugin-scanner:554): GStreamer-WARNING **: 02:31:21.877: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtrtserver.so: cannot open shared object file: No such file or...
I want to capture frame and save to local by opencv `frame = np.array(n_frame_c, copy=True, order='C')` `frame_org = cv2.cvtColor(frame_org, cv2.COLOR_RGBA2BGRA)` But to do that, the frame should be converted into...