opencv视频播放控制 void onTrackbarSlider(int pos) { cvSetCaptureProperty( g_capture, CV_CAP_PROP_POS_FRAMES, pos ); frame_count = pos; }