Camerakit-android: CameraKit latest gradle version's startVideo() captureVideo() implemention is empty

Created on 15 Apr 2019  路  4Comments  路  Source: CameraKit/camerakit-android

Is this a bug report?

(Yes)

Have you read the Contributing Guidelines?

(Yes)

Environment

Android Studio : 3.3.2
Gradle Version : 4.10.1
Android Plugin Version : 3.3.2
camerakit version : 1.0.0-beta3.11

Steps to Reproduce

(Write your steps here:)

1. <com.camerakit.CameraKitView android:id="@+id/cameraKitView" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent" android:adjustViewBounds="true" android:keepScreenOn="true" app:camera_flash="auto" app:camera_facing="back" app:camera_focus="continuous" app:camera_permissions="camera" >
2.From MainActivity.kt, cameraKitView.startVideo() or cameraKitView.captureVideo{ cameraKitView, any -> }

  1. Go inside the implementation of this method. Its empty

```
public void startVideo() {
}

public void stopVideo() {
}

public void captureVideo(CameraKitView.VideoCallback callback) {
}

public void captureFrame(CameraKitView.FrameCallback callback) {
}

public void setFrameCallback(CameraKitView.FrameCallback callback) {
}

```

Expected Behavior

(It should capture the video.)

Actual Behavior

(Nothing is happening.)

Most helpful comment

@austinkettner do you have an ETA on video support? Would love to continue using your library but if it's not going to be out for some time will need to move on. Understand that you're doing all you can.

All 4 comments

Same case happening for me :(

Hey guys, v1.x does not currently contain any video support. It is coming soon though!

@austinkettner do you have an ETA on video support? Would love to continue using your library but if it's not going to be out for some time will need to move on. Understand that you're doing all you can.

@austinkettner Can you please provide any timeline on when you plan on releasing it?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MuhammedRefaat picture MuhammedRefaat  路  3Comments

Forsaken-sl picture Forsaken-sl  路  6Comments

jewom picture jewom  路  6Comments

mnayef95 picture mnayef95  路  4Comments

selfimprW picture selfimprW  路  8Comments