Ulnooweg / GroBot

Ulnooweg Education Centre GroBot - Educational plant growing robot
Other
1 stars 0 forks source link

Rename picamera.py to something that does not raise possible conflict with picamera module from pypi #9

Closed TNarakol-UEC closed 2 weeks ago

TNarakol-UEC commented 1 month ago

Currently we import picam_capture from picamera.py which has the same name as picamera module from pypi even though that module is deprecated. This should be renamed so it does not raise a possible conflict.

TNarakol-UEC commented 2 weeks ago

Renamed all reference from picamera to grobotpicam (except in grobot_cfg.ini as it does not intereact with PyPI module at all)