- enhancedcamera settings and region painter.
- Can send to the back end
This commit is contained in:
@@ -76,6 +76,7 @@ export type OutputDataResponse = {
|
||||
|
||||
export type PaintedCell = {
|
||||
colour: string;
|
||||
region: Region;
|
||||
};
|
||||
|
||||
export type DispatcherConfig = {
|
||||
@@ -164,3 +165,13 @@ export type DecodeReading = {
|
||||
firstSeenTimeHumane: string;
|
||||
lastSeenTimeHumane: string;
|
||||
};
|
||||
|
||||
export type ColourData = {
|
||||
id: string | number;
|
||||
cells: number[][];
|
||||
};
|
||||
|
||||
export type ColourDetectionPayload = {
|
||||
cameraFeedID: "A" | "B" | "C";
|
||||
regions: ColourData[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user