MengYu

Results 7 comments of MengYu

https://github.com/IntelRealSense/librealsense/blame/master/doc/installation.md#L70 Hi @dmipx , according to this document. the script "patch-realsense-ubuntu-lts.sh" should be called from the root directory of

Hi @dmipx, the outputs of this script are not signed modules, even the origin version. if the signed modules are required, they should be signed by another script. https://wiki.ubuntu.com/UEFI/SecureBoot/Signing so,...

Hi @ev-mp @Nir-Az @dmipx the script works well for Ubuntu 18 (kernel 4.15) and report error "mobprobe: ERROR: could not insert 'videodev': Exec format error" on Ubuntu 20 (kernel 5.13/5.15)...

There is a draft kernel patch in the PR https://github.com/IntelRealSense/librealsense/pull/10625 It should enable metadata on Ubuntu using kernel 5.13/5.15. BTW, I have a pre-built package for testing in [here](https://github.com/mengyui/librealsense2-dkms/releases).

It seems it's an swig issue. You can try this commit as a workaround https://github.com/mengyui/RealSenseID/commit/ec11944bd340b60962e3669a63122b4d2b1841a0

Try this https://github.com/mengyui/RealSenseID/commit/caad1659c9c5664b44486abb1332561ba6190d8b. rebase on v0.24.0

Hi @oddityyyy This PR is so big! 1. please rebase your code base to the current development branch. 2. too many codes have been changed outside of the Android wrapper...