Camera is started in mrm-robot.cpp file, which contains Robot class constructor, using this command:
camera = new Camera();
cap = new VideoCapture(0);