khanhvu161188
khanhvu161188
We have the same problem here. Node run Ubuntu 20 and use NFS as persistence volume but no luck at all
Hi @Ankitpanchal167 , did you have any luck to read and parse the raw data for gyroscope and accelerometer? If yes, could you please share detail here? Thx
@wwqgtxx i hope this PR will be merged soon but its better if you can edit the `Readme` file for showing the way to emit with binary data? If i...
@wwqgtxx Since @invisibleroads didn't merge our MR, can u give me some tips for cloning your project, compiling it and use instead of version that I install via `pip`. Thanks...
@wwqgtxx tks so much. Notice: This patch can't let the binary data send on the XHR protocol now, please check the connect protocol is `Websocket` and then send the `bytearray`...
@wwqgtxx I'm trying to use openCV for reading frame and then try to send via socket.io http://docs.opencv.org/2.4/modules/highgui/doc/reading_and_writing_images_and_video.html ``` cvEncodeImage returns single-row matrix of type CV_8UC1 that contains encoded image as...
@wwqgtxx I can see data come to server and other client can receive it. So now how can i render it on web browser? it is `png image`
@wwqgtxx i got the answer. For getting image from `bytearray` that send via socket.io , we can do it ``` socket.on('client_receive_videodata', function (utiId,data) { console.log("receiving live video data...."); var blob...
@invisibleroads do you have time for this issue?