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

Tested configuration for Annke CZ400 PoE LAN camera #1376

Open
inet-cologne opened this issue Jan 28, 2023 · 0 comments
Open

Tested configuration for Annke CZ400 PoE LAN camera #1376

inet-cologne opened this issue Jan 28, 2023 · 0 comments
Labels
tested config A new tested configuration

Comments

@inet-cologne
Copy link

Manufacturer/Model:

Annke CZ400
PoE LAN Cam (RTSP, ONVIF)
Homebridge Config:

                {
                    "disable": false,
                    "name": "Cam-01",
                    "manufacturer": "Annke",
                    "model": "CZ400",
                    "serialNumber": "1234567890",
                    "motion": true,
                    "motionTimeout": 15,
                    "unbridge": true,
                    "hsv": true,
                    "prebuffering": true,
                    "prebufferLength": 4,
                    "hksvConfig": {
                        "source": "-i rtsp://user:[email protected]:554/H264/ch1/main/av_stream"
                    },
                    "videoConfig": {
                        "source": "-i rtsp://user:[email protected]:554/H264/ch1/main/av_stream",
                        "subSource": "-i rtsp://user:[email protected]:554/H264/ch1/sub/av_stream",
                        "stillImageSource": "-i rtsp://user:[email protected]:554/H264/ch1/sub/av_stream",
                        "maxStreams": 2,
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "audio": false,
                        "debug": false
                    },
                    "smtp": {
                        "email": "Cam-01"
                    },
                    "videoanalysis": {
                        "active": true
                    },
                    "mqtt": {}
                }

Additional Information:

some important settings in the camera setup (not Homebridge) through its web interface:

Stream type: Main stream
Video type: Video-stream
Resolution: 2560x1400
Bit rate type: variable
Frame rate: 25 fps
Coding: H264
H.264+: off

Stream type: Sub stream
Video type: Video-stream
Resolution: 704x576
Bit rate type: variable
Frame rate: 25 fps
Coding: H264
H.264+: off

Important note:
If you need ONVIF you have to activate this setting (checkbox) and configure a separate ONVIF user for this in the camera web interface under:
network - advanced settings - integration protocol (tab)
activate checkbox: Activate Open Network Video Interface
Create an ONVIF user in the table on the same setting page.

@inet-cologne inet-cologne added the tested config A new tested configuration label Jan 28, 2023
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

1 participant