Seikon

Results 20 comments of Seikon

Hi @chinkan What browser are you using? What example are you using? (canvas or img html tag) Could you see errors in the javascript console?

it is a bit strange. Has all the frame the same size or it changes in time? Try to force the change of the frame crossing in front of the...

This is because in the example you are setting the resolution by code using ctx.drawImage(img,100,100); change the "100" value for your preference: https://www.w3schools.com/tags/canvas_drawimage.asp

Thre is a new version on the master branch, you can test the code for cropped images. This may be caused for quality parameter, because some cameras does not support...

Try to use canvas instead of image object. img tag has problem updating the src element in a real time updating enviroment and with large resolution images.

I will upload an example with canvas Image drawing that works for me with large resolution images and base64 encoding

Hi all! I have recently uploaded and example with canvas instead of img tag that resolve the problem. You can check in server-canvas.js and index-canvas.html inside of example folder.

Hi daniel, can you put here the code of the client side? Be sure that you are not making any conversion or codification of the image data, only take the...

So try in the drawImage method use the parameters width and height on index-canvas file. Check also the value of array data and or if the console shows any message...

@harithFED you are welcome. If you noticed any problem please tell us. For example yesterday I discovered a problem with safari for mobile version and I am working on solve...