Skip to content

Release v24.276.1359

Compare
Choose a tag to compare
@siliconwitch siliconwitch released this 02 Oct 14:19
· 180 commits to main since this release

Auto-white balance & power saving features 🎨

  • Added automatic white balancing to camera.auto{}
  • Added display power saving API
  • Fixed camera power saving API
  • Fixed display glitch when turning Frame off and on
  • Fixed FPGA read/write API naming
  • More consistent naming of camera/display register access API

⚠️ API changes

  • frame.camera.sleep() removed and replaced by frame.camera.power_save()
  • frame.camera.wake() removed
  • frame.fpga.read() and frame.fpga.write() changed to frame.fpga_read() and frame.fpga_write() respectively
  • frame.camera.set_register() and frame.camera.get_register() changed to frame.camera.write_register() and frame.camera.read_register() respectively
  • frame.display.set_register() changed to frame.display.write_register()
  • Optional parameter gain_limit of frame.camera.auto{} changed to analog_gain_limit
  • Return table entry gain of frame.camera.auto{} changed to analog_gain

Update your Frame automatically using AR Studio or the Noa App

Want to update manually? Use the .zip for over-the-air updating with nRF Connect