Releases: Benkess/image_vec_db
v4.1.3
v4.1.2
v3.3.1
v3.3.0
v3.1.1
v3.1.0
Key Changes:
- The HTTP push device now works and is supported by add device GUI.
- Device config files can be loaded into the add device GUI. There is a directory with example device configs to try.
- Fixed issues with camera types
- Updated the saved configs. The no_ml config will not use gesture recognition or device detection.
- Added a CLI arg for changing the IP address of central controller.
What's Changed
- Minimal release by @Benkess in #25
- Dev imp 3 by @Benkess in #26
- Req readme update by @Benkess in #27
- camera_merge by @Benkess in #29
- Camera merge by @Benkess in #30
- Merging in the PiCamera Module Specific Code with new configurations by @N-K-22 in #28
- Dev imp 4 by @Benkess in #31
- Default to fake camera by @Benkess in #32
New Contributors
Full Changelog: v2.0.1...v3.1.0
V2.0.1
Fixes an incorrect path in the config. The user must add simple_device.
Full Changelog: v2.0.0...v2.0.1
V2.0.0
Summary
The default config in this release contains all the components necessary to run through all states of the GLASS software on one machine. Three main processes are launched (1 for each controller). A button GUI allows the user to simulate button presses. Most of the interfaces are implemented as fake demo versions. For example the device detection interface will always return the same hardcoded device. The three separate process groups communicate using sockets which is similar to how it will be done on the final product. Display messages and device command messages appear in the terminal. Devices can also be added using the add device GUI but they will not be used as the device detection interface returns a pre-defined device.
Know Issues
The user must add a device called simple_device with gesture 1 mapped to a command. This device will always be used.
What's Changed
- start by @Benkess in #2
- Display Group by @Benkess in #3
- Camera sync by @Benkess in #4
- requirments.txt by @Benkess in #5
- interfaces by @Benkess in #6
- Dev proc by @Benkess in #7
- Dev proc 2 by @Benkess in #8
- interface setup and take down changes by @Benkess in #9
- Dev proc 3 by @Benkess in #10
- Entry point by @Benkess in #11
- Dev proc 5 by @Benkess in #12
- Dev proc 6 by @Benkess in #13
- Dev proc 7 by @Benkess in #14
- Dev proc 8 by @Benkess in #15
- Dev proc 10 by @Benkess in #16
- README fix by @Benkess in #17
- Dev add device 2 by @Benkess in #18
- implementations by @Benkess in #20
- Implementations by @Benkess in #21
- Dev imp by @Benkess in #23
- Dev imp 2 by @Benkess in #24
Full Changelog: v1.0.1...v2.0.0
v1.0.1
V1.0.0
Full Changelog: https://github.com/Benkess/image_vec_db/commits/v1.0.0