Commit graph

11 commits

Author SHA1 Message Date
a1f797f564 feat: add HTTP API for image retrieval from camera; implement endpoint for accessing latest image frames 2025-07-15 00:18:28 +07:00
c7bb46e1e3 refactor documentation for worker communication protocol; improve formatting and clarify crop coordinates and session ID handling
All checks were successful
Build Backend Application and Docker Image / build-docker (push) Successful in 8m50s
2025-07-14 11:19:11 +07:00
112ca9325d refactor session ID handling in worker communication protocol; replace subscriptionIdentifier with displayIdentifier
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Failing after 8s
2025-07-14 11:05:17 +07:00
700d3b3efe add subscription identifier format and session ID association details to worker communication protocol
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Failing after 8s
2025-07-14 11:02:05 +07:00
3edcd286fd update session ID handling in worker communication protocol; allow null session ID to indicate no active session
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Has been cancelled
2025-07-14 10:57:06 +07:00
8f32de1510 add session ID handling to worker communication protocol; allow backend to associate session IDs with subscriptions
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Has been cancelled
2025-07-14 10:49:59 +07:00
39d49ba617 update crop coordinate fields in worker communication protocol to support rectangular cropping
All checks were successful
Build Backend Application and Docker Image / build-docker (push) Successful in 11m5s
2025-07-14 01:01:01 +07:00
8e14897a69 add crop coordinates to state report messages for camera connections
All checks were successful
Build Backend Application and Docker Image / build-docker (push) Successful in 8m43s
2025-07-13 23:59:51 +07:00
1ff6108d08 update worker communication protocol to use subscription identifiers; add crop coordinates for camera streams and clarify handling of multiple subscriptions
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Has been cancelled
2025-07-13 23:58:01 +07:00
162f29ec21 remove license plate confidence from detection messages for simplified reporting
All checks were successful
Build Backend Application and Docker Image / build-docker (push) Successful in 8m49s
2025-07-13 19:43:46 +07:00
5cf1bf08cc add WebSocket communication protocol documentation for detector worker; outline connection, message types, and dynamic configuration
Some checks are pending
Build Backend Application and Docker Image / build-docker (push) Waiting to run
2025-07-13 19:39:17 +07:00