Hi,
After installing SDK on ubuntu 17.10 I was trying to compile for the first time but I get the folwing error:
jevoisbase/src/Modules/Convert/Convert.C:116:16: error: ‘class jevois::OutputFrame’ has no member named ‘sendCv’; did you mean ‘send’?
outframe.sendCv(imgbgr, quality::get());
How I can compile for first time without error?