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
@tanmoy12 the data in the modified buffer is raw pixels (normally in bgr24 format). You need to transform it to jpeg or anything else before sending to the client.
Hello I tried streaming the
modified
chunks to front end using sockets.io. Here's a code snippet.on server side
on client side
I'm receiving data in my client side console, but the images are not getting decoded for preview
The text was updated successfully, but these errors were encountered: