camerakit-android icon indicating copy to clipboard operation
camerakit-android copied to clipboard

CameraKitView.VideoCallback never fires after CameraKitView.stopVideo is called

Open MrDizzle opened this issue 7 years ago • 12 comments

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

MrDizzle avatar Jun 19 '18 14:06 MrDizzle

You need the WRITE_EXTERNAL_STORAGE permission for it to work.

wafflekat avatar Jun 25 '18 05:06 wafflekat

WRITE_EXTERNAL_STORAGE is already enabled

MrDizzle avatar Jun 26 '18 08:06 MrDizzle

This is for version 1.0.0

MrDizzle avatar Jun 28 '18 12:06 MrDizzle

I have the same problem, how to get captured video in version 1.0.0 ? The video callback listener never fire...

MMohamad70 avatar Jul 25 '18 09:07 MMohamad70

@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.

austinkettner avatar Jul 25 '18 13:07 austinkettner

@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.......

ZhangTengCR7 avatar Jul 30 '18 03:07 ZhangTengCR7

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 avatar Aug 11 '18 13:08 MrDizzle

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 avatar Aug 11 '18 13:08 MrDizzle

@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.

austinkettner avatar Aug 11 '18 13:08 austinkettner

Thanks for the update!

MrDizzle avatar Aug 11 '18 13:08 MrDizzle

@austinkettner Any update on this?

HBiSoft avatar May 21 '19 09:05 HBiSoft

any update ?

NaqiControl avatar Jan 22 '20 17:01 NaqiControl