ZoneMinder / pyzm

Python API, Log, Event Server and Memory wrapper for ZoneMinder
GNU General Public License v2.0
32 stars 21 forks source link

Fix typo cv2.COLOR_BGR2RGB #46

Closed fiatguy85 closed 1 year ago

fiatguy85 commented 1 year ago

cv2.COLOR_BGR2RGB was coded as cv2.COLOR_BG2RGB, which will result in an error when the script is run.