Click here to Skip to main content
15,905,071 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all there

i am capturing a video by webcam on WindowsForm in Visual Studio 2008 using c-sharp. i have to splitt its frames, when i split its frames and display them in parallel with the video captured by webcam. they play like slow motion. i think frames are missing from video captured by webcam.

i know there are kind people who have worked on image processing, they will reply. i'll wait for them

thanks in advance
Posted
Comments
TheyCallMeMrJames 28-Jun-10 10:36am    
are they playing like 'slow motion', where all the frames are being rendered, just late, or 'strobe motion' where frames are getting dropped?

1 solution

It could be many reasons.. I will start with disposing images once I am done with. Waiting for GC to collect it on its own sweet time may
cause memory hogging and performance degradation as a result of heavy disk swapping.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900