Home
last modified time | relevance | path

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

/dports/misc/visp/visp-3.4.0/tutorial/grabber/
H A Dtutorial-grabber-opencv.cpp81 std::thread image_storage_thread(&vpImageStorageWorker<vpRGBa>::run, &image_storage_worker); in main() local
85 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
105 image_storage_thread.join(); in main()
H A Dtutorial-grabber-v4l2.cpp91 std::thread image_storage_thread(&vpImageStorageWorker<vpRGBa>::run, &image_storage_worker); in main() local
95 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
113 image_storage_thread.join(); in main()
H A Dtutorial-grabber-1394.cpp85 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
103 image_storage_thread.join(); in main()
H A Dtutorial-grabber-flycapture.cpp86 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
106 image_storage_thread.join(); in main()
H A Dtutorial-grabber-bebop2.cpp110 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
127 image_storage_thread.join(); in main()
H A Dtutorial-grabber-basler-pylon.cpp97 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
114 image_storage_thread.join(); in main()
H A Dtutorial-grabber-realsense.cpp90 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
107 image_storage_thread.join(); in main()
H A Dtutorial-grabber-ids-ueye.cpp210 std::thread image_storage_thread(&vpImageStorageWorker<vpRGBa>::run, &image_storage_worker); in main() local
214 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
245 image_storage_thread.join(); in main()