Closed yuanshengyong closed 2 years ago
How to compile a project on Windows?
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:
cheese
or obs-studio
, or ...cheese
or other camera appsv4l2-ctl --list-devices
(apt install v4l-utils)
/dev/video0
, /dev/video1
./cimbar_recv -i /dev/video2 -o /tmp
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).
Thank you for your answer。
What is the transmission rate of the Razer Kiyo Pro camera on Linux
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).
Thank you for your answer!!!
Hi, Could you tell me the camera model you used to test the decoding under Ubuntu? Thanks!