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

[Bug] Camera feed should be from camera domain, not image domain #531

Closed
marcinbauer85 opened this issue May 29, 2024 · 8 comments
Closed
Labels
bug Something isn't working

Comments

@marcinbauer85
Copy link

Describe the bug

The current camera feed is using the image entity type, rather than camera which makes it difficult to publish via Homekit integration and use in other situations.

To Reproduce

  1. Add your printer via the integration
  2. Preview the camera feed (will be image.printer_camera)

Expected Behaviour

The camera feed should be from the camera domain, not image

What device are you using?

A1

Diagnostic Output

Bambulab A1

Log Extracts

No response

Other Information

No response

@honzis1364
Copy link

Same issue is present on P1 printers, only X1 sends video codec.

@honzis1364
Copy link

Have you managed to find a workaround @marcinbauer85? I've came across some converters, but I did not have any luck to get it working.

@marcinbauer85
Copy link
Author

@honzis1364 unfortunately not.

@xxgmxx
Copy link

xxgmxx commented Jul 17, 2024

Same here, it would make everything much easier to have it as cammera and not as image :/ I have tried a lot of ways to change it, but did not find any workaroud.

@rb2k
Copy link

rb2k commented Aug 6, 2024

I think the image domain also leads to a LOT of unnecessary database usage since it refreshes every second and writes an entry:

Screenshot 2024-08-06 at 9 21 02 AM

(created with the dbstats addon)

@GMarty93
Copy link

I have the same frustrations with this in my A1 I’d like to bridge the camera to HomeKit but I can’t as it’s an image sensor not a camera

@jawilson
Copy link
Contributor

I've added PR #595 to fix this.

@AdrianGarside
Copy link
Collaborator

Resolving as completed with #595.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants