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

Support 2D barcode recognition #3155

Open
Vendo232 opened this issue Apr 27, 2022 · 6 comments
Open

Support 2D barcode recognition #3155

Vendo232 opened this issue Apr 27, 2022 · 6 comments
Labels
enhancement New feature or request pinned

Comments

@Vendo232
Copy link

Wyze just introduced a garage opener which registers door open/closed based on specific 2D barcode glued on the garage door.

image

Would something like this be possible with Frigate -> pushing status to HA?

@Vendo232 Vendo232 added the enhancement New feature or request label Apr 27, 2022
@NickM-27
Copy link
Sponsor Collaborator

NickM-27 commented Apr 27, 2022

Could maybe put a picture of one of the supported labels and have frigate track it. As far as actual barcode support goes, I don't think that fits with frigates scope or use case.

That being said, it wouldn't be difficult to use frigates API to get a snapshot and send to a separate service that does recognize barcodes to get this into HA.

Just my 2 cents, will be curious what others think.

@hawkeye217
Copy link
Collaborator

Agreed, @NickM-27. This seems outside of the use case for an NVR, but with Frigate's API, getting a snapshot and then passing it on with a script of some sort should be a fairly easy. It seems more suited to a HA custom component with image_processing (much like license plate recognition) rather than something in Frigate directly.

@hawkeye217
Copy link
Collaborator

Looks like there's a Wyze custom integration for Home Assistant already - you could probably see if they plan to implement something in the component for image processing. It would be easy to use a Frigate snapshot camera from Home Assistant at that point.

@Vendo232
Copy link
Author

Vendo232 commented Apr 27, 2022

maybe it will show up in Wyze API and then we could use it in HA

@stale
Copy link

stale bot commented Jun 1, 2022

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 stale label Jun 1, 2022
@stale stale bot closed this as completed Jun 4, 2022
Repository owner deleted a comment from Vendo232 Jun 4, 2022
@stale stale bot removed the stale label Jun 4, 2022
@edk4971
Copy link

edk4971 commented Jul 8, 2022

Here's another way to implement this feature that might work: https://hackaday.com/2022/07/08/use-apriltags-to-let-guests-open-your-front-gate/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

5 participants