![]() |
Zebra MP7 Color Camera SDK Python Package
V 1.0.1
MP7 Color camera SDK Python package
|
Functions | |
def | fwrite (fname, fdata) |
def | imwrite (fname, fdata) |
def | imshow (fdata) |
MP Color Camera SDK for Python (Linux) Zebra Technologies zcamtools.py This module contains extra routines used to verify Image data
def zebraCamera.zcamtools.fwrite | ( | fname, | |
fdata | |||
) |
This fucntion is create customised fwrite data used to write RAW Image to file @param - fname - file name @param - fdata - Image RAW data
def zebraCamera.zcamtools.imshow | ( | fdata | ) |
This fucntion is convert RAW data to opencv compatible numpay data and display it to window @param - fdata - Image RAW data
def zebraCamera.zcamtools.imwrite | ( | fname, | |
fdata | |||
) |
This fucntion is convert RAW data to opencv compatible numpay data @param - fname - file name @param - fdata - Image RAW data