Skip to content

Commit a4ab8d5

Browse files
committed
ylmegvii to diyer22
1 parent 822b848 commit a4ab8d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ CMD python -m hik_camera.hik_camera
3535

3636
# WORKDIR /opt/MVS/Samples/64/Trigger_Image
3737

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;
3939

4040

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
## ▮ 安装
55
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`
77
2. 或者参考 [Dockerfile](Dockerfile), 一步一步手动安装, 主要为两步:
88
1. 下载安装[海康官方 MVS SDK](https://www.hikrobotics.com/cn/machinevision/service/download)(官网下载需要注册, 也可以在 dockerfile 里面找下载链接)
99
2. `pip install hik_camera`
1010

1111

1212
## ▮ 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\_\_" 代码
1414

1515
详细的配置说明见 [./hik_camera/hik_camera.py](./hik_camera/hik_camera.py#L91) 中, `HikCamera.setting()` 的注释
1616

File renamed without changes.

0 commit comments

Comments
 (0)