https://github.com/ffy00/scopetek-re
ScopeTek microscope cameras reverse engineering
https://github.com/ffy00/scopetek-re
amscope camera dcm310 md800e microscope scopetek
Last synced: about 1 year ago
JSON representation
ScopeTek microscope cameras reverse engineering
- Host: GitHub
- URL: https://github.com/ffy00/scopetek-re
- Owner: FFY00
- License: mit
- Created: 2020-08-04T22:29:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T18:59:29.000Z (about 1 year ago)
- Last Synced: 2025-03-31T19:39:22.315Z (about 1 year ago)
- Topics: amscope, camera, dcm310, md800e, microscope, scopetek
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scopetek-re
ScopeTek microscope cameras reverse engineering.
| Device | Trigger output | Decode output | Configure output |
| ----------------------- |:------------------:|:-------------:|:----------------:|
| DCM310 (AmScope MD800E) | :heavy_check_mark: | :x: | :x: |
### Development
We use [mypy](http://mypy-lang.org/) to run static checks in scripts, and
[pre-commit](https://pre-commit.com/) to run misc checks. Install the pre-commit
hook with `pre-commit install`.