Home
last modified time | relevance | path

Searched refs:timestamp_system (Results 1 – 5 of 5) sorted by relevance

/dports/misc/visp/visp-3.4.0/tutorial/grabber/
H A Dtutorial-grabber-ids-ueye.cpp219 std::string timestamp_system; in main() local
221 g.acquire(I, &timestamp_camera, &timestamp_system); in main()
226 quit = image_queue.record(I, &timestamp_system); in main()
229 std::cout << "System timestamp: " << timestamp_system << std::endl; in main()
234 … static_cast<int>(10 * vpDisplay::getDownScalingFactor(I)), timestamp_system, vpColor::red); in main()
/dports/misc/visp/visp-3.4.0/modules/sensor/include/visp3/sensor/
H A DvpUeyeGrabber.h87 …(vpImage<unsigned char> &I, double *timestamp_camera = NULL, std::string *timestamp_system = NULL);
88 …void acquire(vpImage<vpRGBa> &I, double *timestamp_camera = NULL, std::string *timestamp_system = …
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/ueye/
H A DvpUeyeGrabber.cpp127 void acquire(vpImage<unsigned char> &I, double *timestamp_camera, std::string *timestamp_system) in acquire() argument
159 if (timestamp_camera != NULL || timestamp_system != NULL) { in acquire()
166 if (timestamp_system != NULL) { in acquire()
175 *timestamp_system = ss.str(); in acquire()
217 void acquire(vpImage<vpRGBa> &I, double *timestamp_camera, std::string *timestamp_system) in acquire() argument
250 if (timestamp_camera != NULL || timestamp_system != NULL) { in acquire()
257 if (timestamp_system != NULL) { in acquire()
266 *timestamp_system = ss.str(); in acquire()
1173 m_impl->acquire(I, timestamp_camera, timestamp_system); in acquire()
1196 …vpUeyeGrabber::acquire(vpImage<vpRGBa> &I, double *timestamp_camera, std::string *timestamp_system) in acquire() argument
[all …]
/dports/graphics/lensfun/lensfun-0.3.95/libs/lensfun/
H A Ddatabase.cpp97 const int timestamp_system = in Load() local
103 if (timestamp_system > timestamp_system_updates) in Load()
104 if (timestamp_user_updates > timestamp_system) in Load()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/libs/lensfun/
H A Ddatabase.cpp108 const int timestamp_system = in Load() local
114 if (timestamp_system > timestamp_system_updates) in Load()
115 if (timestamp_user_updates > timestamp_system) in Load()