Open
Description
Feature name
Camera Video Recording
Progress tracker
- Android Implementation
- iOS Implementation
- MacCatalyst Implementation
- Windows Implementation
- Tizen Implementation
- Unit Tests
- Samples
- Documentation
Summary
Currently Camera only allows taking pictures or previewing. It would be great to allow video recording
Detailed Design
await camera.StartVideoRecording(token);
...
var videoStream = await camera.StopVideoRecording(token);
Alternatively, if possible, get a live stream:
var recordingStream = new MemoryStream();
await camera.StartVideoRecording(recordingStream, token);
await camera.StopVideoRecording(token);
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Proposal Championed