No announcements
Found 3434876 threads
-
0 Votes
MediaCapture - pausing/resuming capture
Hi Amkent, There isn't a good way to do this with the MediaCapture element.Answered | 2 Replies | 3559 Views | Created by amkent - Friday, June 22, 2012 10:37 PM | Last reply by amkent - Monday, June 25, 2012 6:33 PM -
0 Votes
using mediacapture in c++
Sounds like you do not have the camera initialized before trying to use it, you could ref to this sample for the code ...Answered | 1 Replies | 2070 Views | Created by smallfishy - Saturday, April 18, 2015 10:27 PM | Last reply by Jamles Hez - Monday, April 20, 2015 9:48 AM -
2 Votes
using MediaCapture StartRecordToStreamAsync()
I want to do some live video manipulations, and I have the same problem when I from read or use the following stream.Unanswered | 1 Replies | 6625 Views | Created by Dafit - Tuesday, November 27, 2012 5:09 PM | Last reply by Alexander Mathiasen - Saturday, December 29, 2012 7:35 PM -
1 Votes
How to use MediaCapture to set resolution
Dear James, We can use "CameraCaptureUI" or "MediaCapture" to take a photo, but I don't know how to set the photo ...Answered | 6 Replies | 8734 Views | Created by Angie_ - Tuesday, January 10, 2012 1:33 PM | Last reply by Srta Bang - Wednesday, May 16, 2012 7:48 PM -
0 Votes
How to apply effect to MediaCapture
If I apply the effect to MediaCapture successfully, when I capture a photo or a video using this MediaCapture, will the photo/video has the effect applied to the ...Answered | 2 Replies | 5033 Views | Created by yiling.yin - Thursday, December 22, 2011 9:07 AM | Last reply by James Dailey - MSFT - Friday, December 30, 2011 11:35 PM -
0 Votes
MediaCapture and App Freeze up
What device hardware are you using to reproduce the problem?Answered | 4 Replies | 1012 Views | Created by FireDance - Wednesday, February 25, 2015 2:46 AM | Last reply by James Dailey - MSFT - Monday, March 2, 2015 10:16 PM -
2 Votes
Auto focus with MediaCapture
Can you please guide how to use MediaCapture i am not able to find it.Answered | 3 Replies | 4648 Views | Created by chinlj - Thursday, July 10, 2014 5:19 AM | Last reply by B Patil - Wednesday, July 5, 2017 1:12 PM -
1 Votes
[WP8.1] MediaCapture - add text to video
I mark useful reply as answer.Answered | 7 Replies | 730 Views | Created by Kriss_p - Thursday, April 14, 2016 6:43 AM | Last reply by Volker 225 - Sunday, May 29, 2016 6:02 PM -
0 Votes
Regarding MediaCapture usage in UWP
It might be possible to use MediaCapture w/o microphone by specifying StreamingCaptureMode=StreamingCaptureMode.Video in MediaCaptureInitializationSettings.Answered | 5 Replies | 603 Views | Created by S u k u - Friday, September 21, 2018 5:35 AM | Last reply by S u k u - Tuesday, September 25, 2018 4:19 AM -
0 Votes
How to check for an running instance of MediaCapture
I'm always storing my MediaCapture instances in a Singleton.Answered | 1 Replies | 684 Views | Created by RohitrkKUmar - Thursday, February 12, 2015 12:59 PM | Last reply by Oliver Ulm - Thursday, February 12, 2015 1:15 PM -
1 Votes
Error Cannot resolve Assembly MediaCapture
I've made this Microsoft example.Answered | 2 Replies | 2257 Views | Created by Max Karyonov - Monday, February 25, 2013 12:29 PM | Last reply by Max Karyonov - Thursday, March 7, 2013 10:13 AM -
0 Votes
Canot using MediaCapture to record a mp4 file from camera
C#: partial class MainPage { public MainPage() { InitializeComponent(); } ...Answered | 2 Replies | 4661 Views | Created by Kyo_Wang - Thursday, November 17, 2011 2:48 AM | Last reply by Kyo_Wang - Thursday, November 17, 2011 10:56 AM -
2 Votes
MediaCapture InitializeAsync fails
Tested again using Flight 17083 (RPi3), and image capture appears to be working.Answered | 8 Replies | 1665 Views | Created by CognexMike - Friday, January 12, 2018 9:53 PM | Last reply by Pannell - Monday, January 29, 2018 2:30 AM -
0 Votes
[WP8.1] How to change the default settings of MediaCapture?
For details about some settings I think you need to check the API document:MediaCapture class For example, some settings are here: MediaCaptureSettings ...Answered | 1 Replies | 415 Views | Created by Phuc Truong - Sunday, May 1, 2016 7:03 AM | Last reply by Barry Wang - Monday, May 2, 2016 11:28 AM -
0 Votes
How to disable hardware acceleration for MediaCapture
Maybe you can disable DXVA http://msdn.microsoft.com/en-us/library/windows/desktop/hh162912(v=vs.85).aspx Or reducing the encoder ...Answered | 1 Replies | 2050 Views | Created by Julia1987 - Tuesday, February 19, 2013 5:44 PM | Last reply by Jesse Jiang - Thursday, February 21, 2013 2:44 AM -
0 Votes
[MediaCapture]Capturing in 120fps on Lumia 950 XL
In Addition to Krunal's recommendations, you will have to implement Camera Profiles in your app, for the device to expose all its capabilities.Answered | 2 Replies | 666 Views | Created by h432 - Monday, February 22, 2016 10:05 AM | Last reply by Mike M - Windows Camera Team - Tuesday, March 1, 2016 6:27 PM -
0 Votes
MediaCapture: methods missing not mentioned on the docs?
Like OP, I am setting the src of a <video> tag to the MediaCapture object, and have preview ability.Answered | 12 Replies | 3548 Views | Created by Luis Miguel Abreu - Saturday, May 12, 2012 2:21 PM | Last reply by Jordan Naumann - Wednesday, September 19, 2012 9:45 PM -
2 Votes
[WP8.1][C#] Poor audio quality in recorded video using MediaCapture APIs
At this point I am pretty sure I have found an evidence for a bug in MediaCapture APIs.Answered | 19 Replies | 1617 Views | Created by mmaciekksz - Monday, October 12, 2015 10:07 PM | Last reply by mmaciekksz - Thursday, November 5, 2015 6:44 PM -
0 Votes
Please give an example of how to use MediaCapture class, the sdk example does not work (can only works in remote desktop)
The MediaCapture object's initializeAsync method is asynchronous.Answered | 15 Replies | 7843 Views | Created by Raymond Goldman - Monday, July 9, 2012 2:41 AM | Last reply by VMDevs - Tuesday, August 5, 2014 5:24 AM -
2 Votes
How to get images/frames from recorded video with MediaCapture?
This must be written in unmanaged C++ using the Metro COM framework.Answered | 3 Replies | 7632 Views | Created by MikeKoeman - Tuesday, March 6, 2012 12:23 PM | Last reply by Firkinfedup - Tuesday, April 15, 2014 10:40 AM - Items 1 to 20 of 3434876 Next ›
No announcements