| Crates.io | hikvision |
| lib.rs | hikvision |
| version | 0.1.20 |
| created_at | 2024-04-17 17:21:18.42642+00 |
| updated_at | 2024-12-21 09:14:50.49938+00 |
| description | A rust hikvision sdk; ζ΅·εΊ·ε¨θ§ RUST SDK |
| homepage | https://gitee.com/eternalnight996 |
| repository | https://gitee.com/eternalnight996/hikvision-rs |
| max_upload_size | |
| id | 1211571 |
| size | 270,489 |
Github | Gitee | crates.io | Rust Doc
This is the Hikvision Camera Rust SDK, which supports universal network cameras, universal USB cameras, IoT cameras, and industrial cameras (USB, network, CamL)
|
|
|
|
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[features]
net = []
mvs = []
default = []
[dependencies]
hikvision = {version="0.1", feature=["mvs","net"]}
π‘!importantοΌ{origin} of init app current path{
"envs": [
{
"key": "HCNET_LIB",
"value": "{origin}/libs/HCNet/lib"
},
{
"key": "HCNET_COM_LIB",
"value": "{origin}/libs/HCNet/lib/HCNetSDKCom"
},
{
"key": "HCMVS_LIB",
"value": "{origin}/libs/HCMvs/Win64_x64"
}
]
}
# put the lib to libs/HCMvs OR libs/HCNet
cargo run --example global_mvs
cargo run --example global_net
[dependencies]
hikvision = {version="0.1", feature=["mvs","net"]}
# test global mvs init sdk
cargo run --example global_mvs
# test global net init sdk
cargo run --example global_net
