sz3 / libcimbar

Optimized implementation for color-icon-matrix barcodes
https://cimbar.org
Mozilla Public License 2.0
4.22k stars 306 forks source link

camera model #65

Closed yuanshengyong closed 2 years ago

yuanshengyong commented 2 years ago

Hi, Could you tell me the camera model you used to test the decoding under Ubuntu? Thanks!

yuanshengyong commented 2 years ago

How to compile a project on Windows?

sz3 commented 2 years ago

The camera I'm testing with is a Razer Kiyo Pro. Any 1080p camera could work, though it is a bit difficult to get it set up right. cimbar_recv has rough edges...

The requirements are:

As for Windows builds -- unfortunately, it's not likely right now. One day, perhaps, but there will need to be changes, and I don't use Windows these days (so testing will be difficult on my end).

yuanshengyong commented 2 years ago

Thank you for your answer。

yuanshengyong commented 2 years ago

What is the transmission rate of the Razer Kiyo Pro camera on Linux

sz3 commented 2 years ago

What is the transmission rate of the Razer Kiyo Pro camera on Linux

The camera itself is 60fps at 1080p (which is why I bought it), but as for cimbar transfer speeds on linux -- I don't know! My android tests have been focused on performance, but the linux tests are still in the "how well does this work?" phase.

I will say that it's more difficult to hold the image steady on a webcam (compared to a phone) -- and based on my tests, autofocus is a menace (the native app probably should have manual focus options).

yuanshengyong commented 2 years ago

Thank you for your answer!!!