Version 0.3.0.pre1 (History)
-
Supported system on modules
-
Supported carrier boards
-
Supported board support packages
-
Supported VC MIPI Camera Modules
- IMX290, IMX327, IMX462
-
Features
- Quickstart script for an easier installation process
- Auto detection of VC MIPI camera modules
- Image Streaming in GREY, Y10, Y12, SRGGB8, SRGGB10, SRGGB12, SGBRG8, SGBRG10, SGBRG12 format
- Exposure can be set via V4L2 control 'exposure'
- Gain can be set via V4L2 control 'gain'
- Trigger mode '0: disabled', '1: external', '2: pulsewidth', '3: self', '4: single', '5: sync', '6: stream_edge', '7: stream_level' can be set via device tree or V4L2 control 'trigger_mode'
- Software trigger can be executed by V4L2 control 'single_trigger'
- IO mode '0: disabled', '1: flash active high', '2: flash active low', '3: trigger active low', '4: trigger active low and flash active high', '5: trigger and flash active low' can be set via device tree or V4L2 control 'flash_mode'
- Frame rate can be set via V4L2 control 'frame_rate' (except OV9281)
- Black level can be set via V4L2 control 'black_level' (except OV7251 and OV9281)
- ROI cropping can be set via device tree properties active_l, active_t, active_w and active_h or v4l2-ctl.
- Binning mode can be set via V4L2 control 'binning_mode' (IMX412, IMX565, IMX566, IMX567, IMX568 only)
- Follow the instructions to Build a Reference Image with Yocto Project/OpenEmbedded
- Follow the instructions to Build Yocto from source code