Maximilian Sittinger

Results 17 comments of Maximilian Sittinger

Hi @Trematod ! The `Can't initialize GTK backend in function 'cvInitSystem'` is most often caused by a missing step in the X11 forwarding setup. It indicates that OpenCV is not...

Hi @NicolaF899 , with the updated instructions that now use RPi OS Bookworm, you installed all required packages in a virtual environment. You will have to use the Python interpreter...

Hi @NicolaF899, it seems like you are using the latest web app version but still an older config version without the [https setting](https://github.com/maxsitt/insect-detect/blob/main/configs/config_default.yaml#L103-L104). Can you check if the https setting...

No, I used 32-bit OS. I will try using the rework of the install script on a new clean setup and let you know if it works. Thanks!

Hi @Erol444 , so I tried the rework of the install script and it seems to work until it tries to install depthai-viewer: ``` ERROR: Could not find a version...

I actually don't want to install depthai-viewer, only the dependencies for depthai/OAK. If I run [`install_dependencies.sh`](https://github.com/luxonis/depthai-python/blob/feat/install-rework/docs/install_dependencies.sh) from the install-rework branch, the same problem as in my initial post occurs.

Hi @IsakTjernberg , I ended up creating a modified version of the install_dependencies.sh script that you can find [here](https://github.com/maxsitt/insect-detect/blob/main/install_dependencies_oak.sh). This version is working on a RPi Zero 2 W with...