shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

FFmpegFrameGrabber.getFrameRate() returns 0 #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. grabber = VideoInputFrameGrabber.createDefault(0);
2. grabber.getFramRate()

What is the expected output? What do you see instead?
Expected 30.0 but see 0.0

What version of the product are you using? On what operating system?
javaCV 0.3 both windows 8, 7 64 bit and ubuntu 12.10 32 bit

Please 1provide any additional information below.
I tireid this on three different computers with three different cameras,
all get 0.0

Original issue reported on code.google.com by sagioto on 27 Feb 2013 at 12:15

GoogleCodeExporter commented 9 years ago
Hi,

I can't edit the issue's headline but of course it's not the FFmpegFrameGrabber 
but rather VideoInputFrameGrabber

Original comment by sagioto on 27 Feb 2013 at 12:17

GoogleCodeExporter commented 9 years ago
That simply means videoInput doesn't support that property. Please ask your 
questions on the mailing list next time if possible, thank you!

Original comment by samuel.a...@gmail.com on 2 Mar 2013 at 1:25