dual_capture 0.1.1
dual_capture: ^0.1.1 copied to clipboard
Capture back and front camera in sequence and composite them into a single JPEG with a configurable picture-in-picture overlay.
0.1.1 #
- Widen camera constraint to support 0.11.x and 0.12.x.
0.1.0 #
- Initial release.
- Sequential back → front camera capture pipeline.
- Configurable picture-in-picture overlay with four corner positions.
- Optional rounded-corner border around the overlay.
- Background-isolate JPEG compositing via the
imagepackage. DualCapture.capture()one-shot API andDualCaptureControllerfor embedded UIs.