Releases: brilliantlabsAR/frame-codebase
Releases · brilliantlabsAR/frame-codebase
Release v24.198.1118
Faster camera reads 🏎️
- Added
camera.read_raw()
function for faster image reads without headers
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
Release v24.179.0818
Added JPEG quality factor options 🧑🎨
frame.camera.capture
now supports aquality_factor
key with four different quality levels:10
,25
,50
, and100
. The default is50
. Smaller values reduce JPEG quality but also result in smaller images.
frame.camera.capture()
should now beframe.camera.capture{}
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
Release v24.155.0847
Fixed microphone bugs 🎤
- Fixed fifo buffer glitches when reads catch up with the write head
- Reduced overall static RAM allocation from 171k to 77k
- Updated microphone API (changed
microphone.record
tomicrophone.start
, and removedseconds
parameter)
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
Release v24.149.1416
First official release 🚀
- All standard features as noted in the docs
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