BalaShiyamala / opencvdotnet

Automatically exported from code.google.com/p/opencvdotnet
0 stars 0 forks source link

Need to add support for number of frames to the CV_CAPTURE_PROPERTIES #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The issue I discovered is that some simple video property information 
needs to be added to the cvCam.cpp and associated headers to allow the 
return of capture properties for a given .avi file.  I added these in the 
version I downloaded and so now when I make a capture object, I can get 
back the total frame count among other properties.  I know these are minor 
details however.  I made a video player which is built off of 
OpvenCVDotNet and it works fine.  I needed to add this information to make 
use of slider bars and provide current position feedback.  Moreover, I 
also added in properties for setting the video position so if someone 
moves the slider control, the video position advances or reverses.    Hope 
this helps, I can give source if needed.

~Steve

Original issue reported on code.google.com by sve...@gmail.com on 19 May 2007 at 10:08

GoogleCodeExporter commented 8 years ago
any updates to this?

Original comment by haldin.r...@gmail.com on 8 Mar 2009 at 11:02