Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I made a webcam application using Microsoft Silverlight. That application detect the user's webcam and show a preview. so that user can take pictures using his/her webcam.


in my aspx page, i have another image box. i need to load those captured images to that image box. what i did was first i took the picture and saved it in a local folder. after that i uploaded that image to my image box. that method is not a good one because it takes a lot of time.


is there any direct method to load silverlight captured image to my local image box? please provide me a good example. thanks..

Posted

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