Search Issue Tracker
By Design
Votes
3
Found in
2019.2.0a6
Issue ID
1131639
Regression
No
[Windows][Standalone] Windows.Webcam fails to capture video for Standalone player and Editor
After the code move from XR.WSA.Webcam to Windows.Webcam, the video capture does not work on Windows standalone player or Editor.
There is no error, warning or crash. The process fails silently at VideoCapture.AsyncCreate, the very first function called to create an instance.
Repro:
1. Use the attached project
2. Build Windows standalone player
3. Click the square button
4. Check folder: [UserName]/AppData/LocalLow/[Company Name]/[Project Name]
Expected: A short video is saved to the above location
Actual: No video is saved.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
- [Android] [iOS] Application silently crashes when creating and setting up Textures2D in large amounts
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
Resolution Note (2019.2.X):
These classes are only supported on UWP. They never worked on Windows Standalone or the editor.