Guo-Rong
Guo-Rong
Just recently my postprocess issued an error on a single release: ``` 2016-05-10 19:05:07 CRITICAL Traceback (most recent call last): File "/opt/local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context context) File "/opt/local/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line...
### Use Case NimBLE device is configured as a server and advertises. Smartphone client scans, can see peripheral device name and connects. After connection, would like server to use existing...
Modify the scan workflow to show a dynamic menu, increase the scan duration to 5 minutes now that we can terminate the scan whenever we desire. Add support to advertise,...
The default camera app in both iOS and Android triggers the shutter when the 'volume up' key is sent. This requires: * building a BLE server * with the mobile...
Canon EOS support for focus during shutter control doesn't behave as expected. Investigate how or whether it is possible to bring up to parity with the Fujifilm cameras.
Initial refactor and attempt to support newer EOS remote control characteristics.
Thanks to #108 I reviewed the backlight timeout brightness handling ... and it sucks with multiple problems. Let's start with the first problem: * the hardcoded value (as seen in...
After #108 and #111, the slider control for the backlight brightness has a few problems: * minimum is hardcoded, this is #111 * there are too many steps * steps...
The current BLE library does not provide an easy way to get the smartphone name during connection, we use the bluetooth MAC address at the moment. However, there are changes...
Currently the GPS geotag data is only sent to the camera during: * shutter control * intervalometer control In reality, we can provide GPS updates as soon as we are...