projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix capture.py, add imago-camera, imago-timer
[imago.git]
/
imago-camera
1
#!/usr/bin/env python
2
3
"""Go image recognition."""
4
5
from src import capture
6
7
capture.main()