Here are the lines of code I used in the video to fix the gstreamer command. You can copy them below. copy all the code, including the trailing colon
1 2 | ss << "nvarguscamerasrc wbmode=3 sensor-id=" << mSensorCSI << " ! video/x-raw(memory:NVMM), width=(int)3264, height=(int)2464, framerate=21/1, format=(string)NV12 ! nvvidconv flip-method=" << flipMethod << " ! "; ss << "video/x-raw , width=(int)" << mWidth << ", height=(int)" << mHeight << " ! appsink name=mysink"; |