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

HSV is not working for Tapo C320WS #931

Closed
vtonderp opened this issue May 21, 2024 · 4 comments
Closed

HSV is not working for Tapo C320WS #931

vtonderp opened this issue May 21, 2024 · 4 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@vtonderp
Copy link

Describe the bug
HSV don't want to work for my TPLink Tapo C320WS camera

To Reproduce
Steps to reproduce the behavior

Expected behavior
Apple Homekit HSV to work

Logs
No errors

Screenshots
{
"name": "CameraUI",
"port": 8082,
"atHomeSwitch": false,
"logLevel": "info",
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"http": {
"active": true,
"port": 7272,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"ssl": {
"active": false
},
"options": {
"videoProcessor": "ffmpeg"
},
"cameras": [
{
"disable": false,
"name": "Front Door View",
"manufacturer": "TPLink",
"model": "C320WS",
"serialNumber": "223C834002101",
"motion": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"maxWidth": 1920,
"maxHeight": 1080,
"maxFPS": 30,
"maxBitrate": 2048,
"audio": true
},
"videoConfig": {
"source": "-rtsp_transport tcp -i rtsp://vtonderp:[email protected]:554/stream1",
"subSource": "-rtsp_transport tcp -i rtsp://vtonderp:[email protected]:554/stream1",
"stillImageSource": "-rtsp_transport tcp -i rtsp://vtonderp:[email protected]:554/stream1",
"maxWidth": 1280,
"maxFPS": 15,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": false,
"debug": true
},
"smtp": {
"email": "Front Door View"
},
"videoanalysis": {
"active": false
},
"mqtt": {}
},
{
"name": "Front Overview",
"manufacturer": "TPLink",
"model": "C320WS",
"serialNumber": "223C834002087",
"motion": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"maxWidth": 1920,
"maxHeight": 1080,
"maxFPS": 30,
"maxBitrate": 2048,
"audio": true
},
"videoConfig": {
"source": "-rtsp_transport tcp -i rtsp://vtonderp:[email protected]:554/stream1",
"subSource": "-rtsp_transport tcp -i rtsp://vtonderp:[email protected]:554/stream1",
"stillImageSource": "-rtsp_transport tcp -i rtsp://vtonderp:[email protected]:554/stream1",
"maxFPS": 15,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": false,
"debug": true
},
"smtp": {
"email": "Front Overview"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
}
],
"platform": "CameraUI"
}

Environment

  • Node.js Version: v20.12.2
  • Homebridge Version: vX.X
  • Camera UI Version: v5.0.27
  • Operating System: Debian GNU/Linux Bookworm (12)
  • Browser: Safari
@vtonderp vtonderp added the bug Something isn't working label May 21, 2024
@mkz212
Copy link
Contributor

mkz212 commented May 24, 2024

@vtonderp this is problem with code. See #855 . Author know about this.

@mkz212
Copy link
Contributor

mkz212 commented Jul 29, 2024

🎉 A new version of camera.ui

A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: seydx/camera.ui#448 .

This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).

@vtonderp
Copy link
Author

vtonderp commented Aug 8, 2024

Sorry, where do I find n /homebridge-camera-ui/node_modules/camera.ui/src/controller/event/event.controller.js? and where do I find n: /homebridge-camera-ui/node_modules/camera.ui/src/controller/camera/services/videoanalysis.service.js

Copy link

stale bot commented Jan 31, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jan 31, 2025
@stale stale bot closed this as completed Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants