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
heya, first off thanks for teaching me zmq and sharing the fruits of your many hours of work.
i wanted a more robust alternative to mjpeg and this delivers, but my clients run on electron apps so i had to tinker a bit to get the bufferarray into a blob before passing it as src in an img element. that approach turned into a leaky, queued solution. i tried alot of different approaches on passing it directly to a videoplayer or canvas but it would not work. i dont know enough about opencv, jpegs and bgrs to figure it out and im wondering if you or anyone else have a nifty solution up their sleeves.
The text was updated successfully, but these errors were encountered:
heya, first off thanks for teaching me zmq and sharing the fruits of your many hours of work.
i wanted a more robust alternative to mjpeg and this delivers, but my clients run on electron apps so i had to tinker a bit to get the bufferarray into a blob before passing it as src in an img element. that approach turned into a leaky, queued solution. i tried alot of different approaches on passing it directly to a videoplayer or canvas but it would not work. i dont know enough about opencv, jpegs and bgrs to figure it out and im wondering if you or anyone else have a nifty solution up their sleeves.
The text was updated successfully, but these errors were encountered: