TwiceAsNice  2019-02-18
Functions | Variables
AvtBinningTest Namespace Reference

Functions

def getFrames (nImages=1)
 

Variables

string endpoint = "[NAME=fits.cam1,TCP=192.168.99.2:40005,PATH=ICS.CAMERA.SVC]"
 
 ctrl
 
 push
 
 fits
 
def seqImages = getFrames(3)
 raw = push.getNewImage() raw = ctrl.getImage() raw = ctrl.getImageByIdx(num) if raw.isValid(): image = ImageU16(raw) U8_LOG("add image seq# " + str(image.seqNum())) seqImages.append(image.toNumPy()) ctrl.stop() ctrl.readEndlessWait() More...
 

Function Documentation

◆ getFrames()

def AvtBinningTest.getFrames (   nImages = 1)

Variable Documentation

◆ ctrl

AvtBinningTest.ctrl

◆ endpoint

string AvtBinningTest.endpoint = "[NAME=fits.cam1,TCP=192.168.99.2:40005,PATH=ICS.CAMERA.SVC]"

◆ fits

AvtBinningTest.fits

◆ push

AvtBinningTest.push

◆ seqImages

def AvtBinningTest.seqImages = getFrames(3)

raw = push.getNewImage() raw = ctrl.getImage() raw = ctrl.getImageByIdx(num) if raw.isValid(): image = ImageU16(raw) U8_LOG("add image seq# " + str(image.seqNum())) seqImages.append(image.toNumPy()) ctrl.stop() ctrl.readEndlessWait()