Skip to content

Commit aaaf813

Browse files
committed
PiCamera: Pyro4 behaviour and expose annotations.
Back in 2019o this was required but no longer is. See issue #49 and commit 708c7b5.
1 parent 86a537a commit aaaf813

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

microscope/cameras/picam.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from io import BytesIO
2727

2828
import numpy as np
29-
import Pyro4
3029

3130
import microscope
3231

@@ -52,8 +51,6 @@ class TrgSourceMap(enum.Enum):
5251
EDGE_RISING = microscope.TriggerType.RISING_EDGE
5352

5453

55-
@Pyro4.expose
56-
@Pyro4.behavior("single")
5754
class PiCamera(microscope.abc.Camera):
5855
def __init__(self, *args, **kwargs):
5956
super(PiCamera, self).__init__(**kwargs)

0 commit comments

Comments
 (0)