File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ CMD python -m hik_camera.hik_camera
35
35
36
36
# WORKDIR /opt/MVS/Samples/64/Trigger_Image
37
37
38
- # docker build -t ylmegvii /hik_camera ./;docker run --net=host -v /tmp:/tmp -it ylmegvii /hik_camera;
38
+ # docker build -t diyer22 /hik_camera ./;docker run --net=host -v /tmp:/tmp -it diyer22 /hik_camera;
39
39
40
40
Original file line number Diff line number Diff line change 3
3
4
4
## ▮ 安装
5
5
1 . 可直接使用 docker
6
- - ` docker run --net=host -v /tmp:/tmp -it ylmegvii /hik_camera `
6
+ - ` docker run --net=host -v /tmp:/tmp -it diyer22 /hik_camera `
7
7
2 . 或者参考 [ Dockerfile] ( Dockerfile ) , 一步一步手动安装, 主要为两步:
8
8
1 . 下载安装[ 海康官方 MVS SDK] ( https://www.hikrobotics.com/cn/machinevision/service/download ) (官网下载需要注册, 也可以在 dockerfile 里面找下载链接)
9
9
2 . ` pip install hik_camera `
10
10
11
11
12
12
## ▮ Example
13
- Example 见 [ ./hik_camera/hik_camera.py] ( ./hik_camera/hik_camera.py ) 的 "\_\_ main\_\_ "
13
+ Example 见 [ ./hik_camera/hik_camera.py] ( ./hik_camera/hik_camera.py ) 最底部的 "\_\_ main\_\_ " 代码
14
14
15
15
详细的配置说明见 [ ./hik_camera/hik_camera.py] ( ./hik_camera/hik_camera.py#L91 ) 中, ` HikCamera.setting() ` 的注释
16
16
File renamed without changes.
You can’t perform that action at this time.
0 commit comments