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

feat(Examples,MiscDrivers,Boards): Add MAX78000CAM01 Board Support, Add CAM01 Face Detection Demo, Move Debayering Implementation #611

Merged
merged 120 commits into from
Jun 22, 2023

Conversation

Jake-Carter
Copy link
Contributor

Overview

  • Add MAX78000CAM01 board support (BOARD = CAM01_RevA)
  • Add the facial detection demo shown at Embedded Vision (cam01_facedetect_demo)
  • Move debayering code into its own set of files (Libraries/MiscDrivers/debayering.h/.c)
  • Clean up debayering implementation to allow for "on the fly" debayering
  • Add "debayer and crop" to enable debayerization of sub-sections of images

- Working standard reads/writes
- Working QSPI reads/writes
- If the value of the dummy byte was defined locally inside of the
  spi_transmit function, it would introduce some glitches on the SPI
  MOSI line.  Suspected compiler optimization issue.

  For some reason, these glitches also corrupted the MISO line.  This
  caused RX data to be corrupted, and ram reads would return incorrect
  values.
- Working standard reads/writes
- Working QSPI reads/writes
- If the value of the dummy byte was defined locally inside of the
  spi_transmit function, it would introduce some glitches on the SPI
  MOSI line.  Suspected compiler optimization issue.

  For some reason, these glitches also corrupted the MISO line.  This
  caused RX data to be corrupted, and ram reads would return incorrect
  values.
Copy link
Contributor

@Jacob-Scheiffler Jacob-Scheiffler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BSP looks good. Assuming the AI guys approve the FaceID example, I think you're good to go.

@Jacob-Scheiffler Jacob-Scheiffler self-requested a review June 16, 2023 18:39
@Jake-Carter Jake-Carter added the WIP work in progress label Jun 20, 2023
@Jake-Carter Jake-Carter removed the WIP work in progress label Jun 20, 2023
@Jake-Carter Jake-Carter merged commit 5c3bca9 into analogdevicesinc:main Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants