Oleksandr Parfionov
Oleksandr Parfionov
Hi @g-apparence. I've already posted it. It is literally only that 5 lines of additional code added to `CameraAwesomeBuilder.awesome` in main file of example. That's it. Nothing more. I don't...
@g-apparence additional note about video recording: I'm using the built in functionality of `CameraAwesomeBuilder.awesome` widget. Here is video recording of the screen. When I press stop button, I get the...
Hi @g-apparence. I decided to dig a bit deeper and added some prints to [`video_camera_state.dart`](https://github.com/Apparence-io/CamerAwesome/blob/5a24be3e8525bb7236364889ea45f6da554a604e/lib/src/orchestrator/states/video_camera_state.dart#L36) and it throws an error when `onImageForAnalysis` is present. Since `await CamerawesomePlugin.recordVideo(captureRequest);` is wrapped in...
Hi @g-apparence. Don't want to be pushy, just want to know if it is something that can be fixed relatively quickly or I should switch to camera plugin on iOS...
I'm not good at native development especially Objective-C. So I'm not sure how to fix it. Also I'm not sure if I'll have time to dig into native iOS part...
It would be a very cool and useful feature. Really looking forward to use it. BTW, @cloudwebrtc are you planning to expose methods for tracks from the `flutter-webrtc` dependency or...
@DavidGrunheidt it looks like instance `args` of class `CreateInputImageArgs` contains all the necessary information about the image, its format and planes. Is this a class from some package/plugin? I wasn't...
Same problem. Works fine on Android devices but fails to work on iOS.
Hi @letsar. Don't want to bother too much but are there any news on this one? Maybe you could propose some kind of workaround.
Here is an example app that shows the problem: https://github.com/Parfyonator/HealthKitReporterTest The are two ways to get new portion of data: - collapse the running application and bring it back again...