1 | initial version |
double pts = vc.get(CV_CAP_PROP_POS_MSEC);
whether it contains proper value depends on driver implementation.
v4l driver for pi camera implements it; some notes:
2 | Suggested edit |
v4l driver for pi camera implements it; some notes:
3 | Suggested edit |
double pts = vc.get(CV_CAP_PROP_POS_MSEC);
vc.get(CV_CAP_PROP_POS_MSEC);
whether it contains proper value depends on driver implementation.
v4l driver for pi camera implements it; some notes: