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