Billwilliams1952 / PiCameraApp

A graphical interface for programming the Raspberry Pi PiCamera. Written in Python using Tkinter.
280 stars 66 forks source link

Is this code supported for Raspberry pi? #11

Open haykp opened 4 years ago

haykp commented 4 years ago

I have not tested, but will this code work for Raspberry pi? If not, is is possible to add support?

Billwilliams1952 commented 4 years ago

It’s written specifically for the RPI.

bogaskilop commented 4 years ago

can you write any information what should be also installed in raspbian so it will run as on fresh installation it just not work :(

robin-weaver commented 4 years ago

can you write any information what should be also installed in raspbian so it will run as on fresh installation it just not work :(

I agree, a dependencies section of the readme with the necessary commands would be great. Fantastic work on this btw!