Photon through lens

This commit is contained in:
Grant Sanderson
2016-02-15 21:57:06 -08:00
parent 0053c70f01
commit 044e0b5c72
5 changed files with 85 additions and 43 deletions

View File

@ -19,8 +19,8 @@ MEDIUM_QUALITY_DISPLAY_CONFIG = {
}
LOW_QUALITY_DISPLAY_CONFIG = {
"height" : 480,
"width" : 840,
"height" : 600,#480,
"width" : 1000,#840,
"frame_duration" : 0.04,
}