Return the shot's start frame image from getShotTableState #321
Reference in New Issue
Block a user
No description provided.
Delete Branch "ivan/shot-table-state-frame-image"
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.
Shot Lab had nothing to show next to a recorded shot's layout except the video's single stream thumbnail, so every shot displayed the same unrelated image. The backend now encodes the frame the layout was detected in as a base64 JPEG; this adds
frameImagetoShotTableStateGQLand selects it onGetShotTableState. The live query keeps its layout-only selection — it is polled every five seconds and never shows the frame.Regenerating also dedupes
ShareLinkGQLandCreateShotShareLinkInput, which appeared twice in the committed schema after a bad merge.Backend Python: railbird#ivan/shot-table-state-frame-image
Mobile: railbird-mobile#ivan/shot-lab-shot-frame-image
🤖 Generated with Claude Code