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
 
import os
 
import time
 
import treq
 
import cyclone.web, cyclone.websocket, cyclone.httpclient
 
from light9.metrics import metrics, metricsRoute
 
from run_local import log
0 comments (0 inline, 0 general)