Switch to picamerax
This commit is contained in:
parent
0bff4bdb62
commit
54c342bbbb
10 changed files with 122 additions and 99 deletions
|
|
@ -2,8 +2,8 @@ import numpy as np
|
|||
import time
|
||||
import logging
|
||||
|
||||
from picamera import PiCamera
|
||||
from picamera.array import PiRGBArray, PiBayerArray
|
||||
from picamerax import PiCamera
|
||||
from picamerax.array import PiRGBArray, PiBayerArray
|
||||
|
||||
|
||||
def rgb_image(camera, resize=None, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue