Skip to content

Releases: ZanzoCam/zanzocam-core

Full test suite added & minor improvements

20 May 14:55
0dd356e
Compare
Choose a tag to compare

Changelog:

  • Full test suite added, with coverage above 98%
  • Remove animation from the control panels due to the heavy toll they were taking on the browser
  • Lay the basis to introduce additional ways to access the Internet (Ethernet, SIM card)
  • Disable swap in the base image and in the instructions
  • Add the possibility to specify the AWB range from the remote panel
  • Minor bugfixes

Known bugs:

  • The HQ camera cannot shoot at resolutions >= 8K in case of low light conditions, because the second picture fails. The bug is under investigation.

Built on top of Raspberry Pi OS version 2021-03-25.

Hashes for zanzocam_0.10.0.zip:

MD5: 08bae54b04b8bd3524221ab9491fb2de
SHA256: 9c3cf954c0847c246568382e12ba553d79ff9d6800a716aca0d21f841a663f2f

Fix the local web UI and a few other bugs

16 Apr 08:14
73aa1f1
Compare
Choose a tag to compare

Changelog:

  • Remove the camera stream in the local web UI, as it was too fragile. Might re-add later if I find a better solution for it.
  • Add a reboot button to the local web UI, to allow rebooting a device which is out of reach.
  • Rework the main interface of the local web UI.
  • Move the \r\n fix into the overlays code.
  • Fix a difference between http and ftp in the numbered photos: now both indexes start from 0.
  • Add stub of the diagnostics dump tool: now it piggybacks the logs infrastructure, later on it should be put into its own separate folder. No support for it on the remote web UI yet.

Built on top of zanzocam_0.8.0.

Hashes for zanzocam_0.9.0.zip:

MD5: c389e416a2ed74c0dd8edb7f039a6f37
SHA256: ccb65e7c72677f1cede888273e6d722d3da7061a18dd65cdc4bf42bec41d5570

Improved low light pictures

11 Apr 00:00
bae8254
Compare
Choose a tag to compare

Changelog:

  • Final version of the low light algorithm implemented. Works well with v2, a bit off with HQ, but still decent
  • Merge cron and time blocks in the configuration file (BREAKING CHANGE in the communication between zanzocam and the server)
  • Solve encoding issue with the FTP configuration file download, which was not handling accented letters correctly
  • Add video preview of the camera to the local web ui, to allow users to focus the HQ
  • Remove low light curve page (no more needed) and related endpoints
  • Reintroduce JPEG quality to the remote configuration interface
  • Review resolutions dropdown in the remote configuration interface

Built on top of zanzocam_0.7.0.

Hashes for zanzocam_0.8.0.zip:

MD5: 7a2a42b64898a9416ccb4ad2f5f1d0a2
SHA256: 427c4b91263404fba81563bfcccbfba1679fc3f098683ed492dbd88356b18468

Code reorganization

28 Mar 01:15
Compare
Choose a tag to compare

Code has been thoroughly reorganized. Now features a remote server and a local Python package that contains both the webcam code and the web UI code. Many small bugs and quirks have been fixed and the code is generally more tidy.


Built on top of Raspberry Pi OS version 2021-03-25.

Hashes for zanzocam_0.7.0.zip:

MD5: 17fe911c7edb33b52fbc0de84897b43e
SHA256: c9202966798db145430e6e4dd7dbc1d47f449e0e9ee1ce93010f9a9eca3e653f

Refining night pictures

15 Mar 07:55
33347b5
Compare
Choose a tag to compare

Changelog:

  • Adding algorithm for two-shot night pictures
  • Adding algorithm to re-calibrate the parameters of the above procedure
  • Adding page on the setup server to calibrate the night pictures parameters
  • Add preview of the overlays already present on the server and change the overall procedure of uploading overlays
  • Other minor changes on the remote page

NOTE: the setup server has become quite slow on my Pi for no apparent reason. To investigate.

Bugfix for multiple pictures over FTP

06 Mar 10:49
Compare
Choose a tag to compare

Changelog:

  • Bugfix for multiple pictures over FTP
  • Move the "How many pictures" buttons onto the Picture section of the control panel (still setting to the server block in configuration.json)

Proper multi-picture implemented

21 Feb 21:38
Compare
Choose a tag to compare

Changes:

  • Multiple picture support improved: now you can store either one picture, a fixed number of them (and they get numbered) or an infinite amount (and they will get date and time as a suffix).
  • Tidy up the multi-picture support on the control panel too
  • Complete rework of the setup panel: added webcam preview and possibility to configure the different parts separately
  • Added password on the setup panel: username zanzocam-user, password lampone (for now)
  • Remove zip support for configuration files in the control-panel (unused)
  • Add zanzocam logo to all panels

Still missing:

  • Validation of the control panel values

Server-side pictures buffer implemented

13 Feb 23:03
38cda17
Compare
Choose a tag to compare

New Features:

  • Is now possible to specify how many pictures to keep on the server. They're gonna receive a prefix with their position and be renamed every time a new picture come in, until they get deleted once enough new pictures have been uploaded.
  • The setup-server now allows the users to see and download the execution logs of the test picture. Test picture preview still TBD.
  • Various fixes/improvements to the setup server and the webcam code

Activity time bounds introduced

03 Feb 07:24
Compare
Choose a tag to compare

New features:

  • Add start and stop times for the webcam to avoid shooting at night
  • Add an option not to start the hotspot when the wifi is not reachable, to prevent it from turning on once in stable operation
  • Normalize server folder structure for FTP and HTTP upload protocols: now both can be used with the same server setup if both accesses to the same folder is available
  • Introduce simplified scheduling for the shoots
  • Simplify input of the picture resolution
  • Add enhanced visual color selector
  • Add toggle for FTP TLS to support insecure servers
  • Add subfolder support for FTP servers
  • Fix bugs and various enhancements to the setup server and remote configuration interface

FTP support added

09 Jan 19:40
Compare
Choose a tag to compare

Changelog:

  • Added FTP support
  • Fix few important bugs in the configuration interface
  • Change slightly the style of the configuration interface