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(/* ... */);
|
||||
|
||||
uploaderQueue.runAsync(() -> {
|
||||
WebRTC.uploadImage(imageCopy, serverURL);
|
||||
imageCopy.close();
|
||||
WebRTC.uploadImage(imageCopy, serverURL);
|
||||
imageCopy.close();
|
||||
});
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user