Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.0.0

Choose a tag to compare

@xalbertoisorna xalbertoisorna released this 26 Jun 10:48
· 47 commits to develop since this release
d9fa0d6
  • ADDED: RAW8 to YUV422 conversion support.
  • ADDED: On the fly downsample for raw8 to rgb888 (x1, x2, x4).
  • CHANGED: camera capture mode from streaming to single capture.
  • CHANGED: packet handler and sensor control thread are embded in ISP thread.
  • ADDED: vertical flip support.
  • CHANGED: lib_camera repository structure.
  • CHANGED: camera init xc code from examples moved to lib_camera.c.
  • DELETED: sensor.h file.
  • CHANGED: merged API functions camera_rotate90_uint8() and
    camera_rotate90_int8() into camera_rotate90().
  • CHANGED: declaration of c_ctrl from a streaming channel endpoint to a
    standard channel endpoint.
  • Changes to dependencies:
    • lib_logging: Added dependency 3.3.1