Skip to content

Commit 8d3e9f8

Browse files
Merge branch 'offset-crosshair' of https://github.com/TheDeanLab/navigate into offset-crosshair
2 parents 34a4c4a + fa8188e commit 8d3e9f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/navigate/controller/sub_controllers/camera_view.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,8 @@ def process_image(self):
883883
image intensity, adds a crosshair, applies the lookup table, and populates the
884884
image.
885885
"""
886+
if self.image is None:
887+
return
886888
image = self.digital_zoom()
887889
self.detect_saturation(image)
888890
image = self.down_sample_image(image)

0 commit comments

Comments
 (0)