visp icon indicating copy to clipboard operation
visp copied to clipboard

Replace vpThread by std::thread when c++11 enabled

Open fspindle opened this issue 7 years ago • 1 comments

When c++11 is enabled we should replace all the vpThread usage with std::thread

Identified in:

  • modules/core/include/visp3/core/vpImage.h
  • tutorial/detection/face/tutorial-face-detector-live-threaded.cpp
  • tutorial/grabber/tutorial-grabber-opencv-threaded.cpp
  • tutorial/grabber/tutorial-grabber-v4l2-threaded.cpp
  • example/device/framegrabber/grabRealSense.cpp
  • ...

fspindle avatar Jan 07 '19 17:01 fspindle

@fspindle Yeah thought of doing so as it is fast also and in a process of replacing with some other changes related to the multithreading but encountered problem in testing it.

yshkp avatar Jan 08 '19 12:01 yshkp