- starting to add regionPainter to CameraSettings
- updated PlatePatchSetup component layout
This commit is contained in:
@@ -55,6 +55,10 @@ export type NpedJSON = {
|
||||
export type CameraSettings = {
|
||||
mode: number;
|
||||
imageSize: { width: number; height: number };
|
||||
regionPainter: {
|
||||
paintedCells: { x: number; y: number }[];
|
||||
regions: { name: string; brushColour: string; cells: { x: number; y: number }[] }[];
|
||||
};
|
||||
};
|
||||
export type CameraSettingsAction =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user