I recently purchased a Logitech Brio 4k UHD webcam. To test it out, I opened up the Windows Camera app, only to be met with an error message "Close other apps: It looks like another app is using the camera already. 0xA00F4243(0xC00D3704)" I tried the basic troubleshooting steps such as [...] read more
I am working on adding a simple webcam preview to a UWP app. Getting the preview up and running works fine so I am working on properly handling exceptions thrown by InitializeAsync() and StartPreviewAsync() and am not able to properly catch exceptions for the second one. I'm basing my code [...] read more
I am trying to take a photo through the Hololens with my PhotoCapture unity script. I want to use a Vuforia Engine ARCamera for the possibility to see the reality at the same time as I see the AR-GUI I've created (for future functionality). The main error I get is: [...] read more
I am trying to show error message "Cannot setup camera; currently being using" when there is already a process running the camera. I have the code that starts the preview using the MediaCapture and it works fine when running without another application using camera. I do get the exception 0x40080201: [...] read more
I have been struggling with this issue for a week now and I cannot find the solution, I have went through many video's, guides, tutorials and even a clean windows install and at this point I finally decided to reach out to you guys! So my scenario; I recently purchased [...] read more
I am having trouble with a video recording application that I am writing using Microsoft Media Foundation. Specifically, the read/write function (which I put on a loop that lives on it's own thread) doesn't make it pass the call to ReadSample: HRESULT WinCapture::rwFunction(void) { HRESULT hr; DWORD streamIndex, flags; LONGLONG [...] read more