What is the best practice for storing and processing images and videos?

My application (written in WPF / C #) will track the source of the video in real time and will have to store small segments of the video and still images. I hesitate to use the user-defined "temp" directory, as this will potentially allow the user to modify or delete these files, causing serious problems with my application. As an alternative, I tried to store these elements in memory (BitmapSource object for images), but could not find an equivalent object for the video. Should I byte the bullet and use a temporary directory and just use the image URI or is this their best approach? Thank you in advance!

+1
source share
3 answers

Is it possible to use the appdata repository and not the favorites of the user?

System.Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
+2
source

You might want to look at Isolated Storage provided by .NET

That should do what I think.

+3
source

. , sercure (, dvr). . encyption alog.. ( ) , .

-

0

All Articles