CameraKitView.VideoCallback never fires after CameraKitView.stopVideo is called
When using this setup up:
CameraKitView.VideoCallback videoCallback = (cameraKitView, videoObject) ->
{
onVideoCapture.onVideoCapture(videoObject);
};
cameraV.captureVideo(videoCallback);
cameraV.startVideo();
Calling
cameraKitView.stopVideo();
Does not fire videoCallback listener
You need the WRITE_EXTERNAL_STORAGE permission for it to work.
WRITE_EXTERNAL_STORAGE is already enabled
This is for version 1.0.0
I have the same problem, how to get captured video in version 1.0.0 ? The video callback listener never fire...
@MMohamadPoor Currently 1.0.0 Beta1 and Beta2 do not have Video support. We expect to have this in shortly, but has been a big challenge to get right.
@MMohamadPoor Currently 1.0.0 Beta1 and Beta2 do not have Video support. We expect to have this in shortly, but has been a big challenge to get right. emmmm.......
I'm using beta 3.1 with the added onStart/onStop methods, but it appears the video capture functionality is still not there, can we expect this in beta4 or has the usage changed as this callback still isn't firing for me?
I'm using beta 3.1 with the added onStart/onStop methods, but it appears the video capture functionality is still not there, can we expect this in beta4 or has the usage changed as this callback still isn't firing for me?
@MrDizzle Video is not in yet. We expect this either in Beta4 or Beta5. We will update the PR on release of Beta4 to outline what's new and if video is included.
Thanks for the update!
@austinkettner Any update on this?
any update ?