Skip to content

Commit

Permalink
import Image class not the module
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheraleo-7 authored Dec 12, 2024
1 parent f6b3563 commit d151097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picamera2/picamera2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import libcamera
import numpy as np
from libcamera import controls
from PIL import Image
from PIL.Image import Image

import picamera2.formats as formats
import picamera2.platform as Platform
Expand Down

0 comments on commit d151097

Please sign in to comment.