Today ,when I use the function "ioctl (fdCapture, VIDIOC_ENUMSTD, &standard)" to inquiry the standards that supported by the capture device,I get the following results:
standard.index = 0
standard.id = 1000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 30
standard.framelines = 480
standard.index = 1
standard.id = 2000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 60
standard.framelines = 480
standard.index = 2
standard.id = 4000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 30
standard.framelines = 600
standard.index = 3
standard.id = 8000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 60
standard.framelines = 600
standard.index = 4
standard.id = 10000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 30
standard.framelines = 768
standard.index = 5
standard.id = 20000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 30
standard.framelines = 480
standard.index = 6
standard.id = 40000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 60
standard.framelines = 480
standard.index = 7
standard.id = 80000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 25
standard.framelines = 576
standard.index = 8
standard.id = 100000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 50
standard.framelines = 576
standard.index = 9
standard.id = 200000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 24
standard.framelines = 720
standard.index = 10
standard.id = 400000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 30
standard.framelines = 720
standard.index = 11
standard.id = 800000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 18
standard.framelines = 1080
standard.index = 12
standard.id = 1000000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 25
standard.framelines = 1024
standard.index = 13
standard.id = 2000000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 20
standard.framelines = 1200
standard.index = 14
standard.id = 4000000000000
standard.frameperiod.numerator = 1
standard.frameperiod.denominator = 12
standard.framelines = 1536