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

Ezzviz integration camera image distortion #134160

Open
antoweb opened this issue Dec 28, 2024 · 3 comments
Open

Ezzviz integration camera image distortion #134160

antoweb opened this issue Dec 28, 2024 · 3 comments

Comments

@antoweb
Copy link

antoweb commented Dec 28, 2024

The problem

My ezviz cameras have some problem many time to show image and camera snapshot too, The image is like the following
image

Is there any options in ezviz integration for lowing down the reolution?

What version of Home Assistant Core has the issue?

core-2024.12.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

https://www.home-assistant.io/integrations/ezviz/

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @RenierM26, @BaQs, mind taking a look at this issue as it has been labeled with an integration (ezviz) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of ezviz can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign ezviz Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


ezviz documentation
ezviz source
(message by IssueLinks)

@RenierM26
Copy link
Contributor

Hi @antoweb,

That is a typical symptom caused by:

  • Network packet loss. (Wifi cam perhaps?)
  • Could also be a bug related to when the camera sends iframes. (Basically, the camera sends changes based on the last full frame. If it's not received, then that happens)
  • Could also be ffmpeg not displaying or combining the last full frame. (Sub streams might work under camera options?)
    Try adding "/Streaming/Channels/101" to the ffmpeg arguments section if you click on "configure" under the camera settings in
    the devices screen.

Not sure how comfortable you are messing with settings? This could work if you tinker a bit:
You could try tweaking the advanced settings by using the ezviz desktop app. You'll need to enable advanced option and play with the frame rates and iframe interval. (Ezviz has a guide FAQ for this, you need to edit a config file first)

@antoweb
Copy link
Author

antoweb commented Dec 31, 2024

Hello thanks but:

1- no network problem any other drvices work good including other caneras rtsp

2- /Streaming/Channels/101 already added

I Will try ezviz studio to find advanced canera settings.
Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants