Taking image with Sapera and copying data to vector
问题 How do I take images with Sapera SDK and transfer the image data from the SapBuffer object to vector? 回答1: To handle images taken by camera using Sapera, you should make specialization of SapProcessing class, which is used to process buffers. Otherwise the buffer is cleared automatically after each frame, and you lose the data. The imaging process goes as follows: You call Grab() on the camera object to start imaging After each frame has been taken, transfer callback is called. Here you