First time here? Check out the FAQ!
answered 2018-02-15 04:36:07 -0600
figured it out.
int fps = (int)vid.get(CV_CAP_PROP_FPS);
wasnt pulling the FPS from the stream, just changed it with a fixed rate.