-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Raspberry Pi Global Shutter sensor. (#78)
* Add support for global shutter sensor, clean up. * FIx unit test. * Add rpi_gs capture example. * Fix non-bayer rpi_gs case. * Clean up remote script.
- Loading branch information
Showing
7 changed files
with
233 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# python scripts/measure/remote_capture.py -cn remote_capture_rpi_gs | ||
defaults: | ||
- demo | ||
- _self_ | ||
|
||
output: rpi_gs_capture # output folder for results | ||
save: True | ||
plot: True | ||
|
||
rpi: | ||
username: null | ||
hostname: null | ||
python: ~/LenslessPiCam/lensless_env/bin/python | ||
|
||
capture: | ||
sensor: rpi_gs | ||
exp: 0.2 | ||
bayer: True | ||
legacy: False # must be False for rpi_gs | ||
rgb: False | ||
gray: False | ||
down: null | ||
awb_gains: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.