Voxel Calibration Wizard

Table Of Contents

Previous topic

calibration package

Next topic

models package

This Page

capture package

Submodules

capture.CalibrationDataCaptureDialog

class capture.CalibrationDataCaptureDialog.CalibrationDataCaptureDialog(cameraSystem, depthCamera, captureFileName, captureType, numberOfFrames, parent=None, flags=0)[source]

Bases: PySide.QtGui.QDialog

Shows the dialog for capturing data used in the wizard

This code is used to show and capture data. It can save VXL files or png files.

Args:
cameraSystem: The camera system used. Generally, Voxel.CameraSystem() for TI cameras depthCamera: The depth camera connected to the device captureFileName: The name of the file where the captured data is stored numberOfFrames: Frames to capture
Returns:
Data (png or vxl or npy) file containing information about the captured data
captureAmplitude(id, timestamp, frame)[source]
captureData(id, timestamp, frame)[source]
capturePhase(id, timestamp, frame)[source]
setNumberOfFrames(value)[source]
static showDialog(cameraSystem, depthCamera, captureFileName, captureType, numberOfFrames, parent=None)[source]
startCapture()[source]
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x000000001C5D09C8>
stopCapture()[source]

capture.dataCapture

class capture.dataCapture.DataCapture[source]

Bases: object

callBackFunction(depthCamera, frame, type)[source]
captureData(numFrames, fileName)[source]

Module contents