Yoav Franko
Yoav Franko
Currently captureFrame function just takes a frame from video frame, which is not in high quality as the original camera. I would like that another function named "takePicture" that will...
Added an almost full support in RTL, an Hebrew translation, "Done" button in the last slide & an interface which is called when the user slide the last slide. Thanks...
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(560557684, Session activation failed, null, null) #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652:7) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310:18) #2 AVAudioSession.setActive (package:audio_session/src/darwin.dart:150:8) #3 AudioSession.setActive (package:audio_session/src/core.dart:237:14) #4 AudioSessionLocal.setActive (package:bus_station_alarm_clock/utils/alarm/audio_session_local.dart:25:5) #5 AlarmLocal.playAlarm (package:bus_station_alarm_clock/utils/alarm/alarm_local.dart:28:5)
## Proposal Currently there the only option to access the camera frames is from the image analysis. This is sometimes problematic because it changes the camera resolution. I want to...