TwiceAsNice
2019-02-18
|
Namespaces | |
AvtBinningTest | |
Functions | |
def | AvtBinningTest.getFrames (nImages=1) |
Variables | |
string | AvtBinningTest.endpoint = "[NAME=fits.cam1,TCP=192.168.99.2:40005,PATH=ICS.CAMERA.SVC]" |
AvtBinningTest.ctrl | |
AvtBinningTest.push | |
AvtBinningTest.fits | |
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() More... | |