Skip to content

v4.6.0

Compare
Choose a tag to compare
@greiginsydney greiginsydney released this 10 Dec 23:48
· 333 commits to master since this release
44ecec2

v4.6.0

11th December 2023

"Bookworm" o/s not yet supported

See the setup docs for how to still access "Bullseye".


  • New feature

    • shootFast. You can now shoot faster than the previous max of 1 frame per minute. Top speed is now twenty images a minute: one every 3 seconds!

Some words of warning:

  • the timing isn't super-precise.
  • if you go crazy here, the modules that copy images from the camera and upload off-system might not be able to cope. Caveat emptor!! You should definitely set the copy and upload times to be outside of your shooting schedule.
  • the system's current consumption will increase significantly, as the camera will never sleep. The high current drain of the shutter needs to be taken into consideration when sizing the power supply and backup battery.
  • Misc improvements

    • Added display of nearby WiFi networks to the /network page. (Designed for diagnostics, it’s not in the navigation menu).
    • "Days in" on /main now reports "< 1" if value==0. (Aligns with same info on /intv page).
    • Pressing "Clear Log" (/transfer) and "Wake Camera" (/camera, /main) now trigger an update of the progress table for improved user feedback.
    • Added a <br> at the bottom of each page. Improves usability when running via remote.it on mobile devices.
    • HTML cleanup, closing tags left open.
    • Added a small amount of 'self-healing' protection, should some of the required thumbnail components be missing.
  • Arduino

    • Related code for shootFast
  • Setup script

    • Updated remote.it presence detection test.
  • Bugfixes

    • none

Known issues

  • If upgrading from a release prior to 4.5.0, it will take 24 hours for the historical temperature display on the /thermal page to settle and become accurate. Rubbish values will be reported prior to that.