You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can i convert the buffer into an image for post processing thins?
let capture = await macadam.capture({
deviceIndex: 0,
displayMode: macadam.bmdModeHD1080p6000,
pixelFormat: macadam.bmdFormat8BitYUV,
});
let frame = await capture.frame();
With this code i get the buffer of the frame, I tried to convert it in any kind of format but can't understand how can i process it with jimp or any kind of tools.
The text was updated successfully, but these errors were encountered:
x3rud
changed the title
Convert Buffer to Image
CAPTURE: Convert Buffer to Image
Apr 6, 2023
How can i convert the buffer into an image for post processing thins?
With this code i get the buffer of the frame, I tried to convert it in any kind of format but can't understand how can i process it with jimp or any kind of tools.
The text was updated successfully, but these errors were encountered: