MediaCapture class can get stream from physical devices only. My algorithm Flow is somewhat like this;
-
open a video file or picture file (Done)
-
assign it to a (MediaCapture)stream (Help required)
-
process the stream (Done)
-
Write the stream to video file using StartRecordtoStorageFileAsync(parameters)(Done)
So far I am unable to assign a video/picture object to a stream so that i can write it to a video file after processing. Thanks for help!step
4 is assumed to be done only if input stream is available from step 2!