![]() |
Zebra MP7 Color Camera SDK Python Package
V 1.0.1
MP7 Color camera SDK Python package
|
Classes | |
class | configParameters |
class | FrameResolution |
class | IlluminationMode |
class | VideoMode |
Functions | |
def | loadZcamConfiguration () |
def | loadCamConfiguration () |
Variables | |
CURR_DIR = os.getcwd() | |
string | ZEBRA_CAM_CONFIG_FILE = 'zcamConfig.json' |
CONFIG_FILE_PATH = os.path.join(CURR_DIR,ZEBRA_CAM_CONFIG_FILE) | |
to_unicode = unicode | |
dictionary | defaultParameters |
MP Color Camera SDK for Python (Linux) Zebra Technologies zcamConfig.py This module contains routines to interface with the zebra color camera
def zebraCamera.zcamConfig.loadCamConfiguration | ( | ) |
This is used to camera configuration from JSON config file @return param - Object of configuration class with Values of camera properties
def zebraCamera.zcamConfig.loadZcamConfiguration | ( | ) |
This function is used to retrive JSON data from Configuration file if config file is absent, it will generate default condfig file. @return loadConfigParam - return JSON parsed data object