Home
last modified time | relevance | path

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

/dports/misc/visp/visp-3.4.0/tutorial/grabber/
H A Dtutorial-grabber-opencv.cpp80 vpImageStorageWorker<vpRGBa> image_storage_worker(std::ref(image_queue)); in main() local
81 std::thread image_storage_thread(&vpImageStorageWorker<vpRGBa>::run, &image_storage_worker); in main()
84 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
85 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-v4l2.cpp90 vpImageStorageWorker<vpRGBa> image_storage_worker(std::ref(image_queue)); in main() local
91 std::thread image_storage_thread(&vpImageStorageWorker<vpRGBa>::run, &image_storage_worker); in main()
94 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
95 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-ids-ueye.cpp209 vpImageStorageWorker<vpRGBa> image_storage_worker(std::ref(image_queue)); in main() local
210 std::thread image_storage_thread(&vpImageStorageWorker<vpRGBa>::run, &image_storage_worker); in main()
213 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
214 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-1394.cpp84 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
85 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-flycapture.cpp85 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
86 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-bebop2.cpp109 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
110 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-basler-pylon.cpp96 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
97 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()
H A Dtutorial-grabber-realsense.cpp89 vpImageStorageWorker<unsigned char> image_storage_worker(std::ref(image_queue)); in main() local
90 …std::thread image_storage_thread(&vpImageStorageWorker<unsigned char>::run, &image_storage_worker); in main()