robmarkcole / HASS-plate-recognizer

Read number plates with https://platerecognizer.com/
133 stars 26 forks source link

Image processing- Scanned Image #64

Closed Lezcarr closed 2 years ago

Lezcarr commented 2 years ago

Hi the image that is scanned from the camera is very low resolution & fuzzy, the camera is a 8mp camera, any help would be great

robmarkcole commented 2 years ago

this image is most likely resized (losing resolution) by home assistant, then probably as pre-processing by the API. To use all 8mp pixels you would need to tile the image up. This is interesting and worth trying but beyond the scope of this integration (could be its own integration or service)

Lezcarr commented 2 years ago

Hi Robin

Thank you for responding, I am having issues actually getting the automation to work, I have the motion triggered and it recognises the white list plate but thats as far as it goes could you look over this and see where I am going wrong, I really would appreciate it as been on theis for weeks on & off

lias: Number Plate Recognition description: '' trigger:

media-source://tts/google_translate?message=Lewis+is+driving+through+the+gate media_contenttype: provider metadata: title: Lewis is driving through the gate thumbnail: https://brands.home-assistant.io//google_translate/logo.png media_class: app children_media_class: null navigateIds:

media-source://tts/google_translate?message=Lewis+is+driving+through+the+gate

On Thu, Jun 23, 2022 at 12:53 PM Robin Cole @.***> wrote:

this image is most likely resized (losing resolution) by home assistant, then probably as pre-processing by the API. To use all 8mp pixels you would need to tile the image up. This is interesting and worth trying but beyond the scope of this integration (could be its own integration or service)

— Reply to this email directly, view it on GitHub https://github.com/robmarkcole/HASS-plate-recognizer/issues/64#issuecomment-1164313741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOHKWUAZNWL5JW22TQ2QMNLVQRF2LANCNFSM5ZUBHHPQ . You are receiving this because you authored the thread.Message ID: @.***>

robmarkcole commented 2 years ago

Not sure, please try the forums