Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx
This commit is contained in:
parent
6f10188037
commit
cf96a6a9e6
@ -157,8 +157,8 @@ public Object callback(ImageProxy image, Object[] params) {
|
|||||||
ImageProxy imageCopy = new ImageProxy(/* ... */);
|
ImageProxy imageCopy = new ImageProxy(/* ... */);
|
||||||
|
|
||||||
uploaderQueue.runAsync(() -> {
|
uploaderQueue.runAsync(() -> {
|
||||||
WebRTC.uploadImage(imageCopy, serverURL);
|
WebRTC.uploadImage(imageCopy, serverURL);
|
||||||
imageCopy.close();
|
imageCopy.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user