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

Snapshot Request Handler Issue #1468

Open
Nebcool opened this issue Jan 7, 2025 · 0 comments
Open

Snapshot Request Handler Issue #1468

Nebcool opened this issue Jan 7, 2025 · 0 comments

Comments

@Nebcool
Copy link

Nebcool commented Jan 7, 2025

Describe The Problem:
I have been using this plugin with HomeBridge for some time without issue. 4 AMCREST cameras, all similar type. Randomly, 3 stopped working; one continues to function. Again, despite no changes on my end to configuration. Logs for nonworking cameras state: "Snapshot request handler provided empty image buffer! [07/01/2025, 10:38:12] [Camera FFmpeg] [CameraName] Failed to fetch snapshot."

To Reproduce:
See above.

Logs:
Snapshot request handler provided empty image buffer!
[07/01/2025, 10:38:12] [Camera FFmpeg] [CameraName] Failed to fetch snapshot.

Show the Homebridge logs here.
Remove any sensitive information.

Homebridge Config:
{
"bridge": {
"pin":
"port":
"name": "Homebridge 833C",
"username":
},
"platforms": [
{
"lang": "auto",
"port": 8581,
"platform": "config",
"tempUnits": "f",
"name": "Config",
"auth": "form",
"theme": "auto"
},
{
"name": "Camera FFmpeg",
"cameras": [
{

                "name": **CameraName**,
                "manufacturer": "Amcrest",
                "model": "IP5M-T1179EW-28MM",
                "serialNumber": **SN**,
                "unbridge": true,
                "videoConfig": {
                    "source": "-i rtsp://admin:**IPADDRESS**",
                    "maxWidth": 1920,
                    "maxHeight": 1080,
                    "maxFPS": 10,
                    "maxBitrate": 1200,
                    "vcodec": "copy",
                    "packetSize": 188,
                    "audio": true
                }
            },
          
        ],
        "_bridge": {
            "username": "**USERNAME**",
            "port": 45751
        },
        "platform": "Camera-ffmpeg"
    },

**Screenshots:**


**Environment:**

* **Node.js Version**: <!-- node -v -->
* **NPM Version**: <!-- npm -v -->
* **Homebridge Version**: <!-- homebridge -V -->
* **Homebridge Camera FFmpeg Version**:
* **Homebridge Config UI X Plugin Version**:
* **Operating System**: Raspbian 


<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant