Releases: oocam/camera
Releases · oocam/camera
1.2.0
1.1.2
Fix issues with subsea light
Now the subsea light operates correctly with the photo capturing functionality.
1.1.1
Compatibility:
OOCAM Mobile application version 1.1.1
1.0.0
Major version update:
- The project has been made modular. This means that all the different components have their separate modules for handlers.
- The runtime handler for tasks has been simplified, making it much easier to debug and develop code.
- The camera module is now following a much safer approach for reserving the resources so that the camera does not crash.
- Safer handling of errors.
camera v0.2.2
Minor patch release
- Remote update scripts using mobile application
camera v0.2.1
Bug fix patch
- Fixes critical bug with livestream
camera v0.2.0
Minor version bump
Compatible with the version 1.0 of the OOCAM mobile application.
- Adds a websocket server using
flask_socketio
andeventlet
- Adds high performance livestreaming on the mobile application over the socket connection.
- Standardised responses for endpoints, along with the correct error messages for each operation.
- Better logging in the general.
v0.1
0.1.0 Remove pyc files from repo