Moved generic camera methods into BaseCamera class
This commit is contained in:
parent
35c7d97db9
commit
7b23ca4b8a
4 changed files with 325 additions and 317 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from openflexure_microscope.camera.pi import StreamingCamera, StreamObject, log
|
||||
from openflexure_microscope.camera.pi import StreamingCamera, StreamObject
|
||||
import os
|
||||
import io
|
||||
import sys
|
||||
|
|
@ -12,6 +12,9 @@ from PIL import Image
|
|||
import unittest
|
||||
from pprint import pprint
|
||||
|
||||
import logging, sys
|
||||
logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
|
||||
|
||||
success_string = """
|
||||
/O
|
||||
| |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue