Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearch video #4526

Merged
merged 4 commits into from Sep 15, 2021
Merged

Rearch video #4526

merged 4 commits into from Sep 15, 2021

Commits on Sep 15, 2021

  1. drivers: video: Rearchitect video driver

    Rearchitect video driver:
    - Define two video I/F(struct imgsensor_ops_s and struct imgdata_ops_s),
      and support them.
    - CISIF driver supports new video I/F struct imgdata_ops_s.
    - ISX012 driver supports new video I/F struct imgsensor_ops_s.
    - Move ISX012 driver to general driver directory.
    SPRESENSE committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ef4db0c View commit details
    Browse the repository at this point in the history
  2. boards: cxd56xx: Update defconfig of camera example

    Add LCD and NX configurations to camera example as apps/examples/camera changes.
    SPRESENSE committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    0c9ab89 View commit details
    Browse the repository at this point in the history
  3. drivers/video: Replace error output macro to verr

    Add video debug macros verr/vwarn/vinfo, and replace error output macro to verr.
    SPRESENSE committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    325573b View commit details
    Browse the repository at this point in the history
  4. boards: cxd56xx: Add VIDEO configuration to mpy defconfig

    New CISIF which supports rearchitected video driver needs VIDEO configuration.
    Add VIDEO configuration because mpy defconfig includes CISIF.
    SPRESENSE committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    781b03a View commit details
    Browse the repository at this point in the history