home-assistant/core

Tapo C200 flickers/lagging in generic intergration

Opened this issue · 1 comments

The problem

I have a Tapo C200 camera that flickers/lagging in the generic camera integration. When i stream trough VLC everything in perfect.

What version of Home Assistant Core has the issue?

core-2024.10.2

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

Generic Camera

Link to integration documentation on our website

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

Diagnostics information

},
"integration_manifest": {
"domain": "generic",
"name": "Generic Camera",
"codeowners": [
"davet2001"
],
"config_flow": true,
"dependencies": [
"http"
],
"documentation": "https://www.home-assistant.io/integrations/generic",
"integration_type": "device",
"iot_class": "local_push",
"requirements": [
"ha-av==10.1.1",
"Pillow==10.4.0"
],
"is_built_in": true
},
"setup_times": {
"null": {
"setup": 5.877809599041939e-05
},
"01JATMNVYZR7P5M5EVM4NDX1H0": {
"wait_import_platforms": -7.436983287334442e-05,
"wait_base_component": -0.010693969670683146,
"config_entry_setup": 0.013519444037228823
}
},
"data": {
"title": "192_168_1_34",
"data": {},
"options": {
"stream_source": "rtsp://192.168.1.34:554/****",
"rtsp_transport": "tcp",
"authentication": "basic",
"username": "REDACTED",
"password": "REDACTED",
"framerate": 2.0,
"verify_ssl": true,
"content_type": "image/jpeg",
"limit_refetch_to_url_change": false
}
}
}

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-10-23 18:00:46.404 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'homeassistant.components.generic.camera.GenericCamera'>) does not have a platform, this may be caused by adding it manually instead of with an EntityComponent helper, please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue

Additional information

No response

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

Code owner commands

Code owners of generic 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 generic 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)


generic documentation
generic source
(message by IssueLinks)