Quote:
Originally Posted by brk
edit - found my answer...
Just need to convert the Mat to an array using cv::imencode() and send that back to the DS.
|
A small code snippet would be very appreciated. What parameters do you use for cv::imencode? Do you use CameraServer class to send the image to the DS? Thank you.