Skip to content

Commit

Permalink
* fix camera param not init
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Aug 13, 2024
1 parent a597e16 commit 66b8934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/vision/port/maixcam/maix_camera_mmf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ namespace maix::camera
_open_set_regs = set_regs_flag;
_device = "";
_last_read_us = time::ticks_us();
_is_opened = false;


if (format == image::Format::FMT_RGB888 && _width * _height * 3 > 640 * 640 * 3) {
Expand Down

0 comments on commit 66b8934

Please sign in to comment.