I've used CaptureSource()
to record a video like in this Topic How to record video in a camera app for Windows Phone, but I can't get the thumbnail of the recorded video.
相关问题
- How to access the camera from my Windows Phone 8 a
- How to append a file, asynchronously in Windows Ph
- Thumbnails from the Vimeo website harder than YouT
- Save pictures to custom folder in media library
- How to show/hide (with animation if possible) a Ch
相关文章
- How to show thumbnail from image path? [closed]
- LongListSelector on WP8 linq-to-sql binding issue
- How to free image cache/memory in Windows Phone 8?
- How to get full size picture and thumbnail from Ca
- WP8 HttpClient.PostAsync never returns result
- Asp.net image resizing quality
- FlipView control is not available in Windows Phone
- Can't change video capture resolution using c#
Here is the solution:
[...]
[...]
[...]
UPDATE : Give the user the possibility to take the thumbnail when he want
Add an Tap event to
viewfinderRectangle
Call
captureSource.CaptureImageAsync();
in that Tap eventYou can try this. If you are using AudioVideoCaptureDevice api. following events call after every frame capture. You can choose any frame that you need. As take first one.