Select the detection audit payload on getTableState #315
Reference in New Issue
Block a user
No description provided.
Delete Branch "dean/shot-lab-detection-boxes-gql"
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?
First of three: gql -> backend -> mobile.
Adds
identifierToBoxtoTableStateGQLand selects it on the photo query, alongside thehomographythat was already in the schema but never requested. Together they let Shot Lab draw a detection back over the image it came from: boxes, pocket boxes, and source points all share the crop's coordinate space, and the crop locates that space in the full frame.The live and shot queries keep the layout-only selection. Their frame lives inside a video the app never holds, so there is nothing to overlay, and
getLiveTableStateis polled every five seconds.Backend Python: railbird#dean/shot-lab-detection-boxes
Mobile: railbird-mobile#dean/shot-lab-detection-overlay
Note for the backend pointer:
dean/shot-lab-detection-boxes-backendis a keeper commit off the backend's current gql pointer, since exporting from backend master also reorders the share-link declarations this branch carries in their older positions. The next routine pointer bump to gql master reconciles it.