22 lines
345 B
INI
22 lines
345 B
INI
# camera_config.ini
|
|
# 相关的摄像头的配置文件
|
|
[上位料斗]
|
|
ip = 192.168.250.61
|
|
port = 554
|
|
username = admin
|
|
password = XJ123456
|
|
channel = 102
|
|
|
|
[下位料斗]
|
|
ip = 192.168.250.61
|
|
port = 554
|
|
username = admin
|
|
password = XJ123456
|
|
channel = 102
|
|
|
|
[模具车]
|
|
ip = 192.168.250.60
|
|
port = 554
|
|
username = admin
|
|
password = XJ123456
|
|
channel = 102 |