Search found 3 matches

by AK Veeraraghavan
Thu Aug 27, 2020 10:52 am
Forum: Image Acquisition
Topic: Hardware Autofocussing on Macros
Replies: 1
Views: 2689

Hardware Autofocussing on Macros

For imaging 100s of images using jupyter notebook, software autofocus takes a lot of time. When I tried to put hardware autofocus "on" and run the jupyter notebook as it seemed faster, but the hardware autofocus went to "standby" and the focussing stopped. but wasn't able to find...
by AK Veeraraghavan
Mon Aug 24, 2020 2:32 pm
Forum: Image Acquisition
Topic: Acquire an image and save it
Replies: 12
Views: 16061

Re: Acquire an image and save it

on running the command

Zen.Application.Documents.RemoveAll()
Zen.Acquisition.StartLive()
image = Zen.Acquisition.AcquireImage()
Zen.Application.Documents.Add(image)
Zen.Acquisition.StopLive()

no image of sample is snapped along the manual snaps taken. What could be the reason?
by AK Veeraraghavan
Mon Aug 24, 2020 2:21 pm
Forum: ZEN (blue edition) Application Model
Topic: Zen.Application.LoadImage through python COM interface
Replies: 8
Views: 17475

Re: Zen.Application.LoadImage through python COM interface

when running : Zen = win32com.client.GetActiveObject("Zeiss.Micro.Scripting.ZenWrapperLM") I am getting the error : com_error Traceback (most recent call last) <ipython-input-12-893d5517d59c> in <module> ----> 1 Zen = win32com.client.GetActiveObject("Zeiss.Micro.Scripting.ZenWrapperLM...