Atlas 200 DKcam 摄像头yolov3 opencv参数
项目github地址 https://github.com/Atlas200dk/sample-ascendcamera修改param_configure.conf内容为remote_host=192.168.0.2,编译完,运行,在Atlas侧的out目录下运行./workspace_mind_studio_sample-ascendcamera-1-3x-0-0 -v -c 0 --fps 2
文章目录
cam例程
项目github地址 https://github.com/Atlas200dk/sample-ascendcamera
-
修改param_configure.conf内容为
remote_host=192.168.0.2
, -
编译完,
-
运行,
-
在Atlas侧的out目录下运行
./workspace_mind_studio_sample-ascendcamera-1-3x-0-0 -v -c 0 --fps 20 -w 704 -h 576 -s 192.168.0.103:7002/qqq
-
电脑Terminal
sudo bash run_present_server.sh
,用浏览器打开下面的地址和端口,http://192.168.1.101:7003
浏览器中就会出现如下,打勾,点击即可进入实时视频,
center)
摄像头yolov3 opencv参数
cv::cvtColor(yuvImg, bgrImg, CV_YUV420sp2RGB);
opencv格式转化时填入的参数,
https://docs.opencv.org/3.4/dc/d0f/imgproc_2include_2opencv2_2imgproc_2types__c_8h.html
更多推荐
所有评论(0)