0

RPI robot - Camera

Camera

Camera is started in mrm-robot.cpp file, which contains Robot class constructor, using this command:

camera = new Camera();
Main instruction is the constructor is:
cap = new VideoCapture(0);