-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use NPZ format instead of raw binary file with example/device/framegr…
…abber/readRealSenseData.cpp and example/device/framegrabber/saveRealSenseData.cpp files. Save in PNG by default. Try to improve saving time: ./saveRealSenseData -s -c Acquisition time, mean=33.5689 ms ; median=31.1479 ms ; std=12.8222 ms FPS, mean=29.7895 fps ; median=32.1048 fps ./saveRealSenseData -s -c -i Acquisition time, mean=35.7134 ms ; median=35.0071 ms ; std=13.9597 ms FPS, mean=28.0007 fps ; median=28.5657 fps ./saveRealSenseData -s -c -i -d Acquisition time, mean=34.4988 ms ; median=32.8796 ms ; std=12.283 ms FPS, mean=28.9865 fps ; median=30.414 fps ./saveRealSenseData -s -c -i -d -p Acquisition time, mean=123.71 ms ; median=121.119 ms ; std=9.79244 ms FPS, mean=8.08343 fps ; median=8.25637 fps Better, saving pointcloud still takes lot of time (3.7 mo instead of 620 ko for depth)?
- Loading branch information
Showing
2 changed files
with
467 additions
and
158 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
Oops, something went wrong.