Changeset - 8516a39eedc9
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-05-31 06:45:28
drewp@bigasterisk.com
comment
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/captureDevice
Show inline comments
 
#!bin/python
 

	
 
"""
 
Operate a motorized light and take pictures of it in every position.
 
"""
 
from rdflib import URIRef
 
from twisted.internet import reactor
 
from twisted.internet.defer import inlineCallbacks, Deferred
 

	
 
import logging
 
import optparse
0 comments (0 inline, 0 general)