CameraView icon indicating copy to clipboard operation
CameraView copied to clipboard

Camera made simple (SwiftUI)

Results 46 CameraView issues
Sort by recently updated
recently updated
newest added

xxx crashed due to an uncaught exception`NSInvalidArgumentException`. Reason: ***[AVCapturePhotoOutputcapturePhotoWithSettings:delegate:] No active andenabled video connection.

Hi! There is a problem when locking device rotation. If you lock device rotation on the iPhone but not in the controller, the grid and all icons rotate like expected....

Is there a way to crop the preview and capture photos exactly like the cropped preview?

feature

Per the read.me: https://github.com/Mijick/CameraView?tab=readme-ov-file#4-optional-block-screen-rotation-for-mcameracontroller It sounds as though _only_ the camera controller will be locked but actually setting `.lockOrientation(AppDelegate.self)` locks every other view as well if it is visible. This...

i try it in iphone xsmax and 12pro is 120% cpu, and change camera not work. How can I fix it?

Some reason iOS 18.1 coupled with xcode 16 broke loading icons. ```No image named 'icon-change-camera' found in asset catalog for /private/var/containers/Bundle/Application/ADFEC06D-2C65-4555-B90C-0CD0526F1664/CameraView-Demo.app```

Apple added support for camera use of the volume buttons to trigger taking a photo using AVCaptureEventInteraction. See https://developer.apple.com/documentation/avkit/avcaptureeventinteraction Thanks!

feature

@FulcrumOne Hello, how are you? :) When I am in Camera View or Camera Preview screen and a call comes to my phone, the UI gets corrupted and freezes. Can...

Steps to reproduce: - Create SwiftUI Project - Implement a TabView - Implement MijickCameraView into one of the tabs - Display tab with camera view, switch off, and return to...