erenaud3

Results 2 issues of erenaud3

Hi ! I have the following code: ``` cap = new cv.VideoCapture(options.videoDeviceId) image = cap.read() (some face detection that get me faceRect) buffer = cv.imencode(".png", image.getRegion(faceRect).resize(150, 150)) mat = cv.imdecode(buffer)...

Hi ! I just generated a bag file thanks to a very simple simulation. I am only performing a take off, some "random" displacement (playing around with the joystick) and...