Skip to content

Commit cf83afb

Browse files
committed
Merge branch 'modify_libstreaming_project' into feature_live_streaming
2 parents 278b1aa + 182a76b commit cf83afb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dConnectDevicePlugin/dConnectDeviceUVC/app/src/main/java/org/deviceconnect/android/deviceplugin/uvc/profile/UVCMediaStreamRecordingProfile.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ public boolean onRequest(final Intent request, final Intent response) {
152152
if (previewMaxFrameRate != null) {
153153
recorder.setMaxFrameRate(previewMaxFrameRate);
154154
}
155+
156+
setResult(response, DConnectMessage.RESULT_OK);
155157
} finally {
156158
sendResponse(response);
157159
}

0 commit comments

Comments
 (0)