mirror of
https://github.com/nickustinov/itsyhome-macos.git
synced 2026-04-26 04:15:56 +03:00
[GH-ISSUE #53] Blue Iris Cameras not showing #54
Labels
No labels
bug
enhancement
pending release
pull-request
wip
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsyhome-macos#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sudodaemon on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/53
Originally assigned to: @nickustinov on GitHub.
App overall seems to work great, just can't get it to recognize my cameras. I use the Blue Iris integration.
@bwilliams18 commented on GitHub (Feb 19, 2026):
Not seeing cameras integrated through Frigate either.
@nickustinov commented on GitHub (Feb 19, 2026):
Thanks for reporting this! I'm looking into it.
Could you help me debug by checking the attributes of your camera entities in Home Assistant?
camera.in the entity filtersupported_featuresattribute valueA screenshot of the States page with your camera entities visible would be perfect. I suspect the cameras may not advertise the streaming capability flag that I currently require, and I'd like to confirm before applying a fix.
@sudodaemon commented on GitHub (Feb 19, 2026):
All of my cameras say Supported_features=0
@bwilliams18 commented on GitHub (Feb 19, 2026):
here's a screenshot of that for the frigate camera - (credentials blocked out)
@nickustinov commented on GitHub (Feb 19, 2026):
Interesting – and you can see the streams in HA dashboard, just to be sure.
@nickustinov commented on GitHub (Feb 19, 2026):
The fix is on the way!
@sudodaemon commented on GitHub (Feb 19, 2026):
Yup, they all show.
@nickustinov commented on GitHub (Feb 19, 2026):
Guys, please test this build and let me know it goes https://testflight.apple.com/join/aMweYMF5
@bwilliams18 commented on GitHub (Feb 19, 2026):
The thumbnail dropdown works great in that build but when i click into the camera specific view it immediately closes and goes back to the thumbnail view.
@sudodaemon commented on GitHub (Feb 19, 2026):
Amazing... This build works for me. Clicking the cameras can take a little while to actually load the stream, like 10 seconds, but that could be an issue with my network at work. I'll test when I get home further.
@nickustinov commented on GitHub (Feb 19, 2026):
Can you please enable web server in Itsyhome settings and run this in terminal
curl http://localhost:8423/debug/cameras
and then copy paste the output here.
@bwilliams18 commented on GitHub (Feb 19, 2026):
{ "cameras" : [ { "all_attributes" : { "access_token" : "2e25…7ad0", "brand" : "Bambu Lab", "entity_picture" : "\/api\/camera_proxy\/camera.bambu_x1c_camera?token=[redacted]", "friendly_name" : "Bambu X1C Camera", "icon" : "mdi:camera", "supported_features" : 2 }, "entity_id" : "camera.bambu_x1c_camera", "name" : "Bambu X1C Camera", "shown_in_app" : true, "state" : "streaming", "supported_features" : 2, "tests" : { "hls" : { "elapsed_ms" : 2, "status" : "ok", "url" : "[redacted]" }, "snapshot" : { "content_type" : "image\/jpeg", "elapsed_ms" : 238, "http_status" : 200, "size_bytes" : 53066, "status" : "ok" }, "webrtc" : { "elapsed_ms" : 2, "status" : "ok" } } }, { "all_attributes" : { "access_token" : "[redacted]", "camera_name" : "front_door", "client_id" : "frigate", "device_class" : "camera", "entity_picture" : "\/api\/camera_proxy\/camera.front_door?token=[redacted]", "friendly_name" : "Front Door", "motion_detection" : true, "supported_features" : 0 }, "entity_id" : "camera.front_door", "name" : "Front Door", "shown_in_app" : true, "state" : "recording", "supported_features" : 0, "tests" : { "hls" : { "elapsed_ms" : 6, "error" : "Service call failed: camera.front_door does not support play stream service", "status" : "error" }, "snapshot" : { "content_type" : "image\/jpeg", "elapsed_ms" : 64, "http_status" : 200, "size_bytes" : 169150, "status" : "ok" }, "webrtc" : { "elapsed_ms" : 1, "error" : "Service call failed: Camera does not support WebRTC, frontend_stream_types=set()", "status" : "error" } } }, { "all_attributes" : { "restored" : true, "supported_features" : 1 }, "entity_id" : "camera.tan_1", "filter_reason" : "Camera unavailable", "name" : "Tan 1", "shown_in_app" : false, "state" : "unavailable", "supported_features" : 1, "tests" : { "hls" : { "elapsed_ms" : 2, "error" : "Service call failed: Camera not found", "status" : "error" }, "snapshot" : { "elapsed_ms" : 32, "error" : "HTTP 404", "http_status" : 404, "status" : "error" }, "webrtc" : { "elapsed_ms" : 1, "error" : "Service call failed: Camera not found", "status" : "error" } } } ], "summary" : { "filtered_out" : 1, "shown_in_app" : 2, "total" : 3 } }%the issue is with the front door camera
@nickustinov commented on GitHub (Feb 19, 2026):
Thanks for this! How do you have it added, via what integration? Also where can you see video stream from it in HA?
@bwilliams18 commented on GitHub (Feb 19, 2026):
It's the frigate integration. In HA it may actually not be showing the video stream just a stream of images.
@nickustinov commented on GitHub (Feb 23, 2026):
Hi! Could you please try installing build 229 from TF and let me know if the issue is fixed.
@bwilliams18 commented on GitHub (Feb 23, 2026):
That didn't resolve it, same behaivor as before.
@nickustinov commented on GitHub (Feb 23, 2026):
@bwilliams18 I will try to implement the snapshot streaming for such cameras, will send the TF build link tomorrow.
@nickustinov commented on GitHub (Feb 24, 2026):
Please try build 235 from here https://testflight.apple.com/join/aMweYMF5
@nickustinov commented on GitHub (Feb 27, 2026):
Probably fixed in 2.1.0