Metadata-Version: 2.1
Name: walkway
Version: 0.0.2
Summary: Motion detector for a narrow runway
Home-page: https://github.com/leomol/walkway
Author: Leo Molina
Author-email: leonardomt@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/leomol/walkway/issues
Description: # Walkway - motion detector
        
        Capture high-framerate videos of a custom-made, CatWalk-like setup for mice using FLIR's BlackFly cameras.
        A video is saved to disk every time motion is detected.
        
        ## Installation
        * Install [SpinView (Latest Spinnaker Web Installer)][SpinView]
        * Install [Python version 3.8][Python38]
        * Open `cmd`
        * Run `pip install walkway` or `python -m pip install walkway`.
        
        ## Usage overview
        * Power on IR ligth source.
        * Plug in camera to computer.
        * Setup camera using SpinView, if necessary:
        	- Start acquisition.
        	- Adjust camera aperture and focus to view region of interest under the light conditions expected during the experiment.
        	- Adjust image format to limit the view to the apparatus' walkway.
        	- Stop acquisition.
        * Open `cmd`
        * Run `python -m walkway`
        * Press `q` on the GUI or `ctrl+c` on the command window when done.
        * Video files are saved to the working directory of `cmd` (defaults to `C:/Users/<your username>` in Windows).
        
        
        ## Version History
        * 0.0.1: Initial release. Scripts are multi-threaded so as to not lag during writing operations to disk.
        
        
        ## License
        © 2021 [Leonardo Molina][HOME]
        
        This project is licensed under the [GNU GPLv3 License][LICENSE].
        
        [HOME]: https://github.com/leomol
        [LICENSE]: https://github.com/leomol/walkway/blob/master/LICENSE
        [SpinView]: https://www.flir.ca/products/spinnaker-sdk/
        [Python38]: https://www.python.org/downloads/
Keywords: walkway,sidewalk,runway,gait,locomotion,motion,movement,tracker,catwalk,FLIR,SpinView,Spinnaker,BlackFly,mouse,rat
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
