-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------- - OpenCV Camera (removed old Camera API) - FTP Bugfixes - Configurable image type - Sounds
- Loading branch information
1 parent
1c3d122
commit 0d8eaf9
Showing
14 changed files
with
248 additions
and
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# filenames (TODO: use just prefixes) | ||
pref_filename_data=sensors.csv | ||
pref_filename_frame=frame.jpg | ||
pref_app_folder =SensorLogger | ||
|
||
# filenames | ||
pref_filename_data =sensors.csv | ||
pref_filename_frame =frame | ||
|
||
# milliseconds between one sample and the other (frequency in Hz = 1 / (default_logging_rate/1000)) | ||
pref_logging_rate=100 | ||
# nanoseconds between one sample and the other (frequency in Hz = 1000000000 / pref_logging_rate) | ||
pref_logging_rate =100000000 | ||
|
||
pref_app_folder=SensorLogger | ||
# capture | ||
pref_capture_imgformat =.png | ||
pref_capture_camera =true |
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.