Skip to content

Commit 81e9bd6

Browse files
committed
Changed default PIcamera resolution
1 parent f90b57e commit 81e9bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rPI/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def readData():
194194
outputfile = path.join(basedir,"output.txt")
195195

196196
#Start the acquisition thread
197-
pysolo_headless = pvg_cli(1000, resolution=(640,480))
197+
pysolo_headless = pvg_cli(1000, resolution=(800,600))
198198

199199
run(app,host='0.0.0.0', port=8088, debug=True)
200200

0 commit comments

Comments
 (0)