- added zoom options per camera and oneshot button
- enhanced to remove painting when in zoom mode
This commit is contained in:
@@ -28,7 +28,7 @@ export const initialState: CameraFeedState = {
|
||||
),
|
||||
zoomLevel: CAMERA_IDS.reduce(
|
||||
(acc, id) => {
|
||||
acc[id] = 1;
|
||||
acc[id] = 0;
|
||||
return acc;
|
||||
},
|
||||
{} as Record<CameraID, number>,
|
||||
|
||||
Reference in New Issue
Block a user