navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up A Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Feature Container
  • REST-API
  • Plugin Architecture

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
navigate
  • navigate.controller.sub_controllers.camera_view.ABaseViewController
  • View page source

navigate.controller.sub_controllers.camera_view.ABaseViewController

class navigate.controller.sub_controllers.camera_view.ABaseViewController

Bases: object

Abstract Base View Controller Class.

abstract __init__()

Methods

__init__()

initialize()

Initializes the camera view controller.

initialize_non_live_display(...)

Initialize the non-live display.

set_mode([mode])

Sets mode of camera_view_controller.

try_to_display_image(image)

Try to display an image.

update_snr()

Updates the signal-to-noise ratio.

abstract initialize()

Initializes the camera view controller.

abstract initialize_non_live_display(microscope_state, camera_parameters)

Initialize the non-live display.

abstract set_mode(mode='')

Sets mode of camera_view_controller.

abstract try_to_display_image(image)

Try to display an image.

abstract update_snr()

Updates the signal-to-noise ratio.


© Copyright 2025, Dean Lab, UT Southwestern Medical Center.