Skip to content

Commit

Permalink
Update camera.hpp (#718)
Browse files Browse the repository at this point in the history
30 fps modes for IMX462_LOWLIGHT_MINI
  • Loading branch information
hyperion11 authored Oct 11, 2024
1 parent 40ef6c6 commit 7559260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/telemetry/models/openhd_core/camera.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ struct XCamera {
camera_type ==
X_CAM_TYPE_RPI_LIBCAMERA_ARDUCAM_IMX462_LOWLIGHT_MINI) {
ret.push_back(ResolutionFramerate{640, 480, 60});
ret.push_back(ResolutionFramerate{896, 504, 30});
ret.push_back(ResolutionFramerate{896, 504, 60});
ret.push_back(ResolutionFramerate{1280, 720, 30});
ret.push_back(ResolutionFramerate{1280, 720, 60});
ret.push_back(ResolutionFramerate{1920, 1080, 30});
} else if (camera_type == X_CAM_TYPE_RPI_LIBCAMERA_ARDUCAM_IMX477M ||
Expand Down

0 comments on commit 7559260

Please sign in to comment.