Add PlateRead component and integrate it into the Dashboard; refactor VideoFeed and SightingStack for improved layout
This commit is contained in:
@@ -9,8 +9,6 @@ export const useCreateVideoSnapshot = (mostRecentSighting: SightingType) => {
|
||||
|
||||
image.src = snapshotUrl;
|
||||
|
||||
console.log(mostRecentSighting);
|
||||
|
||||
const plateRect = mostRecentSighting?.overviewPlateRect;
|
||||
|
||||
const plateTrack = mostRecentSighting?.plateTrack;
|
||||
|
||||
Reference in New Issue
Block a user