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
- InspectorElement and AnimationMode memory leak when selecting different GameObjects in the Hierarchy with the Inspector tab open
- Previous model to world matrix is not correctly set for ASW
- More calls are made to GC.Alloc in an HDRP Sample Template when compared to the 2022.3 stream
- Generating Light Probe lighting returns inconsistent results on a specific mesh
- Two Warnings appear for every Soft Delete Operation when Deleting Sub Assets in the Project Browser
Resolution Note (2019.2.X):
These classes are only supported on UWP. They never worked on Windows Standalone or the editor.