我有一个python脚本运行实时推理从一个1080 p@30 from的ZED2i相机在上安装的帧。当我试图提高性能时,我想知道ZED和DeepStream SDK之间是否有接口?
更多信息:
发布于 2022-10-24 19:31:41
这是光流cmd。
gst-launch-1.0 zedsrc stream-type=0 ! videoconvert ! 'video/x-raw,format=(string)YUY2' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=(string)NV12,width=1280,height=720' ! nvvidconv ! mux.sink_0 nvstreammux live-source=1 name=mux batch-size=1 width=1280 height=720 ! nvinfer config-file-path=/opt/nvidia/deepstream/deepstream-6.0/sources/objectDetector_Yolo/config_infer_primary_yoloV3.txt ! nvvideoconvert ! nvdsosd ! nvegltransform ! nveglglessink sync=0外面有个人已经试过了。他提供
https://stackoverflow.com/questions/70487356
复制相似问题