Searched refs:captureFormats (Results 1 – 1 of 1) sorted by relevance
3789 std::vector<MediaType> captureFormats; member in CvCaptureFile_MSMF3853 if( captureFormats.empty() ) in open()3906 return captureFormats[captureFormatIndex].width; in getProperty()3908 return captureFormats[captureFormatIndex].height; in getProperty()3913 double fps = ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_NUMERATOR) / in getProperty()3914 ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_DENOMINATOR); in getProperty()3918 return captureFormats[captureFormatIndex].MF_MT_SUBTYPE.Data1; in getProperty()3920 return ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_NUMERATOR) / in getProperty()3921 ((double)captureFormats[captureFormatIndex].MF_MT_FRAME_RATE_DENOMINATOR); in getProperty()3942 unsigned int width = captureFormats[captureFormatIndex].width; in retrieveFrame()[all …]