Home
last modified time | relevance | path

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

/dports/misc/visp/visp-3.4.0/tutorial/grabber/
H A Dtutorial-grabber-ids-ueye.cpp218 double timestamp_camera = 0, timestamp_camera_prev = 0; in main() local
230 … std::cout << "Camera timestamp diff: " << timestamp_camera - timestamp_camera_prev << std::endl; in main()
231 timestamp_camera_prev = timestamp_camera; in main()