Add CameraSettings context and provider; integrate into AppProviders and VideoFeed
This commit is contained in:
@@ -51,3 +51,11 @@ export type NpedJSON = {
|
||||
vrm: string;
|
||||
"INSURANCE STATUS": string;
|
||||
};
|
||||
|
||||
export type CameraSettings = {
|
||||
mode: number;
|
||||
};
|
||||
export type CameraSettingsAction = {
|
||||
type: "SET_MODE";
|
||||
payload: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user