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

Amcrest IP5M-T1179EW #1350

Open
steinauf85 opened this issue Oct 15, 2022 · 0 comments
Open

Amcrest IP5M-T1179EW #1350

steinauf85 opened this issue Oct 15, 2022 · 0 comments
Labels
tested config A new tested configuration

Comments

@steinauf85
Copy link

Manufacturer/Model:
Amcrest IP5M-T1179EW

Homebridge Config:

"cameras": [
    {
      "disable": false,
      "name": "Driveway Cam",
      "motion": true,
      "motionTimeout": 15,
      "unbridge": true,
      "hsv": true,
      "prebuffering": true,
      "prebufferLength": 4,
      "hksvConfig": {
        "source": "-i rtsp://USER:[email protected]:554/cam/realmonitor?channel=1&subtype=0",
        "maxFPS": "30",
        "audio": true,
        "maxWidth": "1920",
        "maxHeight": "1080",
        "maxBitrate": "2048",
        "vcodec": "copy",
        "acodec": "libfdk_aac"
      },
      "videoConfig": {
        "source": "-i rtsp://USER:[email protected]:554/cam/realmonitor?channel=1&subtype=0",
        "subSource": "-i rtsp://USER:[email protected]:554/cam/realmonitor?channel=1&subtype=1",
        "stillImageSource": "-i http://USER:[email protected]:80/cgi-bin/snapshot.cgi",
        "maxStreams": 2,
        "maxFPS": 30,
        "vcodec": "copy",
        "acodec": "libfdk_aac",
        "audio": true,
        "maxWidth": 1920,
        "maxHeight": 1080,
        "maxBitrate": 2048
      },
      "videoanalysis": {
        "active": true
      },
      "manufacturer": "Amcrest",
      "model": "IP5M-T1179EW-28MM",
      "serialNumber": "AMC0xxxxxxxxxxxxx"
    }
]

Additional Information:
Works with CameraUI plugin and with HKSV and motion alerts. Homebridge running great on a Pi 4 along with many other services.
From web admin page of the cameras, set the video settings for primary feed to match what is here.
HKSV works on iOS and Mac.

@steinauf85 steinauf85 added the tested config A new tested configuration label Oct 15, 2022
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