Closed TNarakol-UEC closed 2 weeks 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.
Renamed all reference from picamera to grobotpicam (except in grobot_cfg.ini as it does not intereact with PyPI module at all)
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.