update hikvision camera config
This commit is contained in:
parent
a6f00ceb6c
commit
d956e538bc
@ -85,7 +85,7 @@ camera {
|
|||||||
ip: "192.168.1.64"
|
ip: "192.168.1.64"
|
||||||
port: 8000
|
port: 8000
|
||||||
username: "admin"
|
username: "admin"
|
||||||
password: "admin"
|
password: "okwy1688"
|
||||||
channel: 1
|
channel: 1
|
||||||
stream_type: 0
|
stream_type: 0
|
||||||
link_mode: 0
|
link_mode: 0
|
||||||
@ -98,4 +98,23 @@ camera {
|
|||||||
buffer_size: 30
|
buffer_size: 30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
cameras {
|
||||||
|
id: "hikvision_thermal_cam"
|
||||||
|
hikvision {
|
||||||
|
ip: "192.168.1.65"
|
||||||
|
port: 8000
|
||||||
|
username: "admin"
|
||||||
|
password: "okwy1688"
|
||||||
|
channel: 1
|
||||||
|
stream_type: 0
|
||||||
|
link_mode: 0
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
fps: 25
|
||||||
|
codec: "H264"
|
||||||
|
camera_mode: CAMERA_MODE_VIDEO
|
||||||
|
stream_mode: STREAM_MODE_RGB
|
||||||
|
buffer_size: 30
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -72,5 +72,10 @@ device_manager {
|
|||||||
config_file: "devices/camera/camera.pb.txt"
|
config_file: "devices/camera/camera.pb.txt"
|
||||||
enable: true
|
enable: true
|
||||||
}
|
}
|
||||||
|
devices {
|
||||||
|
id: "hikvision_thermal_cam"
|
||||||
|
type: DEVICE_TYPE_CAMERA
|
||||||
|
config_file: "devices/camera/camera.pb.txt"
|
||||||
|
enable: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user