Search code examples
asp.netsilverlightsilverlight-4.0silverlight-toolkit

Captured Image & show it next page in Silverlight asp.net


I have an Web-application in which I capture Image using EdgeCamShots Sample Application

Saving Silverlight 4 Webcam

how can I use this capture image to be used in Next Page without saving Image.


Solution

  • A view model object reference (created from the application's MainPage) would be an object that both pages would have access to. Pass a reference to the pages on navigation changed event. That view model might make a good container for the stream and would give both pages access to the stream.