Charlie Algert

Results 20 comments of Charlie Algert

Likely happening because you are detecting both objects and plates. So the AI_dump also contains an object detection that it tries to handle like a plate. I thought I fixed...

Gotcha. I'll investigate. Thanks for reporting. In the meantime, switching to use the plate_number key with &PLATE should work without issue. Additional info on that option is available on the...

Yes. It should be like: { "plate_number":&PLATE, _rest of payload_}. I recommend making sure that you have the clip and path variables in there too (see below). That will let...

> Blue Iris is awesome when it works, but you can spend days just trying to setup things and still not get anywhere. Definitely can relate there... > It seems...

That's odd. I must have made a mistake somewhere in the install/update script to cause that. It's sort of jank the way that the fields are populated. It is on...

Depends on your Blue Iris settings. If you don't normally specify a port when connecting to blue iris, you don't need to specify a port. You can just put in...

That's super strange. Try running `docker compose down` or `docker-compose down` from the app directory, depending on which you have installed. That script hasn't had any isssues with anyone else,...

> Would it be possible to have a selector at the top plates to chose from last 24 hours, last week, last month, last year or maybe custom dates? >...

> @olympia > > Awesome thank you. Got it going > > EDIT: > > Not connecting to database.... getting this error: > > Database connection test failed: Error: getaddrinfo...

3000 is not the right port. Notice that it says the database is listening on 5432. 3000 is for the app itself. You will want to set the database host...