Boris Reitman

Results 19 comments of Boris Reitman

Looking at jpeg_cam source, they get this by reading videoWidth and videoHeight attributes of the video DOM element. From jpeg_cam source jpeg_camera_html5.coffee: ``` 254 _wait_for_video_ready: -> 255 video_width = parseInt...

Although I can't reproduce the original problem, I can reproduced squished snapshot with this: ``` Webcam.set({ width: 666, // live preview size height: 500, dest_width: 666, // device capture size...

Using suggested parameters work fine in all browsers except Firefox. In firefox, the snapshot image is distorted. The snapshot image is not squished, but opposite: stretched.

As a temporary solution I will just use 3/4 ratio rectangle, without any crop. That works on Firefox too..

Is Echoprint-codegen the same thing as ENMFP-codegen ? I would still want to get updated instructions on how to compile zlib.lib for use with Echoprint source code on windows.

I am interested in Echoprint-codegen. However, I have trouble building it because zlib.lib no longer exists in the zlib package. - Is a binary for windows available ? - Can...

I have trouble with the Zlib dependency. The Zlib I can downloaded (even 1.2.5) builds a file called zlibwapi.lib instead of zlib.lib which your project expects. This new library is...

Ok, I succeeded building codegen.exe by following instructions in windows/README.md

I dropped files msvcp110.dll msvcr110.dll into the same folder as codegen.exe and it seems to work now.