Documentation
¶
Index ¶
Constants ¶
View Source
const ( CameraCompanyHikvision = iota CameraCompanyDaHua )
CameraCompany 摄像头厂家
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hikvision ¶
type Hikvision struct {
DeviceName string `xml:"deviceName" json:"device_name"`
DeviceID string `xml:"deviceID" json:"device_id"`
DeviceDescription string `xml:"deviceDescription" json:"device_description"`
DeviceLocation string `xml:"deviceLocation" json:"device_location"`
SystemContact string `xml:"systemContact" json:"system_contact"`
Model string `xml:"model" json:"model"`
SerialNumber string `xml:"serialNumber" json:"serial_number"`
MacAddress string `xml:"macAddress" json:"mac_address"`
FirmwareVersion string `xml:"firmwareVersion" json:"firmware_version"`
FirmwareReleasedDate string `xml:"firmwareReleasedDate" json:"firmware_releasedDate"`
EncoderVersion string `xml:"encoderVersion" json:"encoder_version"`
EncoderReleasedDate string `xml:"encoderReleasedDate" json:"encoder_released_date"`
BootVersion string `xml:"bootVersion" json:"boot_version"`
BootReleasedDate string `xml:"bootReleasedDate" json:"boot_released_date"`
HardwareVersion string `xml:"hardwareVersion" json:"hardware_version"`
DeviceType string `xml:"deviceType" json:"device_type"`
TelecontrolID string `xml:"telecontrolID" json:"telecontrol_id"`
SupportBeep string `xml:"supportBeep" json:"support_beep"`
SupportVideoLoss string `xml:"supportVideoLoss" json:"support_video_loss"`
FirmwareVersionInfo string `xml:"firmwareVersionInfo" json:"firmware_version_info"`
// contains filtered or unexported fields
}
Hikvision ..
func NewHikvision ¶
NewHikvision with ip,user,password
func (*Hikvision) GetDeviceInfo ¶
GetDeviceInfo ..
Click to show internal directories.
Click to hide internal directories.