Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HikVision DS-2CD2532F-IS and DS-2CD2532F-IWS #1352

Open
yudokubos opened this issue Oct 19, 2022 · 4 comments
Open

HikVision DS-2CD2532F-IS and DS-2CD2532F-IWS #1352

yudokubos opened this issue Oct 19, 2022 · 4 comments
Labels
tested config A new tested configuration

Comments

@yudokubos
Copy link

Manufacturer/Model:
HikVision DS-2CD2532F-IS and DS-2CD2532F-IWS

Homebridge Config:

{
    "name": "CameraNameHere",
    "manufacturer": "HikVision",
    "model": "DS-2CD2532F-IWS",
    "serialNumber": "SerialGoesHere",
    "firmwareRevision": "V5.2.5 build 141201",
    "motion": true,
    "switches": true,
    "unbridge": true,
    "videoConfig": {
        "source": "-rtsp_transport tcp -re -i rtsp://user:password@CameraIP/Streaming/Channels/1",
        "stillImageSource": "-i http://user:password@CameraIP/Streaming/channels/1/picture",
        "maxStreams": 2,
        "maxWidth": 1280,
        "maxHeight": 720,
        "maxFPS": 15,
        "maxBitrate": 4000,
        "packetSize": 376,
        "audio": true,
        "debug": false
    }
}

Additional Information:
Also have homebridge-ftp-motion running to detect motion events from the cameras

@yudokubos yudokubos added the tested config A new tested configuration label Oct 19, 2022
@automatikas
Copy link

Can confirm it works also with DS-2CD2042WD-I

@AndrStnz
Copy link

Just for anyone with newer Hikvision cams like the "DS-2CD2086G2-I":

The Snapshot URL does not work. Hikvision decided to deprecate the CGI API and to this day I have not found away to get a single jpeg from my cams. (Web Interface has the button, so there is probably a way though.)

As a workaround:
I use Zoneminder to generate a snapshot image from the camera stream. And for the Video I ask the camera directly via rtsp.
"It just works"
And I hate it that there is no other way...

@Sunoo
Copy link
Collaborator

Sunoo commented Sep 20, 2023

The snapshot URL is optional. If you don't enter one, the plugin will grab a snapshot from the video feed.

@AndrStnz
Copy link

The snapshot URL is optional. If you don't enter one, the plugin will grab a snapshot from the video feed.

OMG. Thank you so much!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested config A new tested configuration
Projects
None yet
Development

No branches or pull requests

4 participants