VB .NET Show Live Image

Post your acquisition-related questions and macros here
Post Reply
Matthew Cottrell
Posts: 10
Joined: Sat Jul 24, 2021 4:10 pm

VB .NET Show Live Image

Post by Matthew Cottrell »

What is the .NET syntax for showing a live image in the Zen blue application that is equivalent to the macro command:

Code: Select all

## Show live image
live = Zen.Acquisition.StartLive()

I've added a reference to Zeiss.Micro.Scripting.dll to my VB .NET project.

Is there a different .dll that I should reference?
CarlZeissMicroscopy3
Posts: 180
Joined: Wed May 20, 2020 10:10 am

Re: VB .NET Show Live Image

Post by CarlZeissMicroscopy3 »

Hello Matthew Cottrell,

there is no way to do something like

Code: Select all

live = Zen.Acquisition.StartLive()
in VB.Net (and also not in C#).

You always need a running Zen blue as a 'server'.

Generally, you can connect to a running Zen blue either via COM- or TCP-Interface.
Leonard Jerry
Posts: 1
Joined: Mon Jan 08, 2024 4:26 am
Contact:

Re: VB .NET Show Live Image

Post by Leonard Jerry »

CarlZeissMicroscopy3 wrote: Wed Aug 25, 2021 8:44 pm Hello Matthew Cottrell,

there is no way to do something like

Code: Select all

live = Zen.Acquisition.StartLive()
in VB.Net (and also not in C#).

You always need a running Zen blue as a 'server'.

Generally, you can connect to a running Zen blue either via COM- or TCP-Interface.
But I don't know how to connect it. Can you show me?
Post Reply