Actually i want to detect the facial positions using image streams and also i want to record the whole thing. But i am not able to do so while imagestream is working. Is there any way to do so? I also tried to make another camera controller but still nothing
await _cameraService.startVideoRecording().then((value) {
setState(() {
recording = true;
});
});
_cameraService.cameraController.startImageStream((image) async {});