Open
Conversation
…racker into ProximitySensor Removed adafruit_vcnl4010 library added latest tf model
…hen program ends in Motion.py, Added asyncio.sleep(0) in device_connect_service.py, Added support for better vncl module.
…s or motion sensors. Added proximity sensor calibration if proximity sensor is selected. **No proximity sensor support for triggering cameras yet**
… Added proximity sensor support ot motion.py. Had to make movement_detected() an async function to prevent crash. Updated appsettings.json to include SomethingElse for Tier 1 Classification.
…hen program ends in Motion.py, Added asyncio.sleep(0) in device_connect_service.py, Added support for better vncl module.
…hen program ends in Motion.py, Added asyncio.sleep(0) in device_connect_service.py, Added support for better vncl module.
…racker into ProximitySensor
…got dropped during the last merge some how.
…der Adafruit_VCNL40xx lib. Removed unused lines for sensor and fixed a few other mixups from the rebase.
…uit_Python_VCNL40xx library.
…fore and after the camera takes a picture.
…n name as part of the file name when moved.
…re when your connection string is added to blob_config.json and --blobstorage true is used in the command line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ProximitySensor has been fully rebased from master. All the dynamic image sorting code has been integrated. It now dynamically allows different sensors supporting both motion and vcnl4010 sensors as command line arguments. It also should have the latest Teir 1 tf model as well. Motion.py has all the major changes, any other files are probably just whitespace removal etc.