Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In biometric sdk I have only functions to capture single image. But I need to capture images continuously. Would you please help me?
Posted
Updated 18-Jan-11 5:12am
v2
Comments
Kasson 18-Jan-11 8:26am    
Which device you are using to capture the image.?

Btw for that what code you have written and what error it shows.
JF2015 18-Jan-11 8:30am    
Have a look at his earlier questions - there's more information about what he's trying to achieve.
Sandeep Mewara 18-Jan-11 9:18am    
So, is this a repost?
JF2015 18-Jan-11 9:19am    
No not really I guess - I at least think that he's making progress with his project since the questions get more specific.
Sandeep Mewara 18-Jan-11 9:34am    
Ok. Thanks! :)

1 solution

s_akram,

You will need to set up a loop to repeatedly sample the image from the SDK.

So that you don't block the UI (or other application processes) you'll want to put that on a different thread. Here's an article using the simple, but friendly, BackgroundWorker:
BackgroundWorker Threads and Supporting Cancel[^]

Cheers.
 
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