Skip to content

is Raspberry pi 4 support? #75

Description

@Jyurineko

thx for amazing work,
but may i ask is Raspberry pi 4 support?
i follow the document and after "pip install pylibfreenect2"
it shows


root@raspberrypi:/home/pi/Desktop/CGPraktikum/pylibfreenect2# LIBFREENECT2_INSTALL_PREFIX=/home/pi/Desktop/CGPraktikum/libfreenect2 pip install pylibfreenect2
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pylibfreenect2
Using cached https://files.pythonhosted.org/packages/0d/08/c006596cd6b5802cdb9da3f703ad0d8828dedc57c7bfece46d1524d543de/pylibfreenect2-0.1.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-oZBhki/pylibfreenect2/setup.py", line 35, in
raise OSError("libfreenect2 library cannot be found")
OSError: libfreenect2 library cannot be found


i tried method in another issue like : export LD_LIBRARY_PATH=$HOME/freenect2/lib:$LD_LIBRARY_PATH

or in setup.py add libfreenect2_install_prefix = os.environ.get( "LIBFREENECT2_INSTALL_PREFIX", "/home/pi/Desktop/CGPraktikum/libfreenect2")

but it still same problem.
so can you give some advice?
thx in advance:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions