rscam icon indicating copy to clipboard operation
rscam copied to clipboard

Fix v4l2 wrapper usage for 32 bit systems

Open eifert opened this issue 3 years ago • 2 comments

Hi, when trying out rscam on Ubuntu 20.04 armhf (Armbian on BananaPI M1), I saw that the build with standard features (i.e. with the v4l wrappers) failed to mmap, while the "no_wrapper" build worked fine (but of course could not do any format conversions). Turns out that mmap and v4l_mmap have a nasty signature mismatch that's not reflected in rscam.

eifert avatar Dec 17 '20 12:12 eifert

Thank you for your contribution.

Does PR close #9?

loyd avatar Dec 26 '20 08:12 loyd

Thank you for your contribution.

Does PR close #9?

I can say that I got the same error message as the reporter, and this PR resolves the root cause of my error message. But chances are good that that issue has exactly the same root cause.

eifert avatar Dec 26 '20 14:12 eifert