python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Camera view hides TabView
I've implemented a simple camera view:
import SwiftUI
import AVFoundation
struct CameraView: View {
@StateObject var model = CameraModel()
var body: some View {
CameraPreview(camera: ...

Denis Sologub
Votes: 0
Answers: 1
Error reading from camera: PlatformException(CAMERA_ERROR, QrReader couldn't open camera, null, null) on iOS with qr_mobile_vision
I am testing my app on and iOS and scanning qr codes functionality https://pub.dev/packages/qr_mobile_vision is not working for me with error mentioned in title.
I add
platform :ios, '11.0'
I make bo...
Karol Wiśniewski
Votes: 0
Answers: 2
Turn flash/LEN on or off using JavaScript - works on Android, not iOS
The following code turns the torch/flash on or off using JavaScript inside browser.
VideoStream derived from navigator.mediaDevices.getUserMedia
VideoStream.applyConstraints({ advanced: [{ ...

Vinnie Amir
Votes: 0
Answers: 0