reuterbal / photobooth

A flexible photobooth software
GNU Affero General Public License v3.0
316 stars 158 forks source link

[Hardware compatibility] Raspberry Pi 4B #142

Open oelegeirnaert opened 5 years ago

oelegeirnaert commented 5 years ago

Hello,

Is their anybody who tried the photobooth on the new RPI4B? https://www.raspberrypi.org/blog/raspberry-pi-4-on-sale-now-from-35/

I just bought the Odroid N2, but as it is 64bit I do have a lot of issues with modules that are only 64 bit.

Kind Regards, Oele Geirnaert

reuterbal commented 5 years ago

Great question - I don't have a RPI4B, yet. Also, I did not have time to test it on Raspbian buster - I'd be interested to learn whether that causes any issues.

oelegeirnaert commented 5 years ago

Yeah, the shop I used before (https://www.sossolutions.nl) will have the RPI4B 4GB on the 2th of july. Once available I'll buy it and test it... I'll keep you posted!

SkiTheSlicer commented 5 years ago

I don't have a RPi 4B, but I am running Rasbian Buster (the OS that RPi 4B's require) because I'm trying to work out some issues with qt5 on Rasbian Stretch.

As of right now, the folks over at piwheels.org who make the pip packages for ARM haven't build all the latest packages for it. This step will fail: pip install -e . with ERROR: No matching distribution found for opencv-python (from photobooth==0.5.dev3+g40f1cda). So, unless you want to build from source, you might need to wait a bit before the RPi 4B can run photobooth.

reuterbal commented 5 years ago

That is a good point, thank you for pointing that out!

oelegeirnaert commented 5 years ago

Hello, I recently received my RPI4's and installed Buster.

Everything seems to work fine except 'opencv-python' needs to be removed from the setup.py. Next you should be able to run the installation with the following command: pip install -e . So you can not run the photobooth with OpenCV but only with Python-Gphoto2

https://github.com/reuterbal/photobooth/blob/master/setup.py#L187