DAVID4 SDK  1.8.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
TimedScans.h
Go to the documentation of this file.
1 /// @file TimedScans.h
2 ///
3 /// Takes a scan every x minute.
4 
5 namespace examples {
6 
7 /// Take a scan every 'waitTimeInSeconds' seconds.
8 /// This example assumes that the scanner is calibrated and camera and projector are connected and correctly configured.
9 /// The scans are saved in the current directory.
10 ///
11 /// @param[in] waitTimeInSeconds Wait time in seconds until next scan.
12 /// @param[in] scanCount Total number of scans to be taken.
13 ///
14 void main_TimedScans(double waitTimeInSeconds, int scanCount);
15 
16 } // namespace