#include //VideoCapture #include //cvtColor int main(int argc, char *argv[]) { //TODO //you will probably have to use: //cv::Mat, cv::VideoCapture, cv::cvtColor(), ... return 0; }