mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
set default crop size to normal esp32 cam 240x240
This commit is contained in:
parent
0b7b1bed07
commit
73ec950fac
@ -14,8 +14,8 @@ class EyeTrackCameraConfig(BaseModel):
|
|||||||
rotation_angle: int = 0
|
rotation_angle: int = 0
|
||||||
roi_window_x: int = 0
|
roi_window_x: int = 0
|
||||||
roi_window_y: int = 0
|
roi_window_y: int = 0
|
||||||
roi_window_w: int = 0
|
roi_window_w: int = 240
|
||||||
roi_window_h: int = 0
|
roi_window_h: int = 240
|
||||||
focal_length: int = 30
|
focal_length: int = 30
|
||||||
capture_source: Union[int, str, None] = None
|
capture_source: Union[int, str, None] = None
|
||||||
calib_XMAX: Union[int, None] = None
|
calib_XMAX: Union[int, None] = None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user