-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# wasm-video-recorder | ||
A Qt WebAssembly camera viewer / recorder. | ||
|
||
This can be built for desktop but the point is to test out pure Qt camera abilities in a WebAssembly target. | ||
As of Qt 6.5.2, this doesn't get a non-null QCameraFormat, even though the permissions mechanism seems to work. It also can't access the camera device descriptions. | ||
|
||
The wasm demo resides here: https://metadevo.github.io/wasm-video-recorder/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters