Zebra MP7 Color Camera SDK Python Package  V 1.0.1
MP7 Color camera SDK Python package
All Classes Namespaces Functions Pages
zebraCamera.zcamtools Namespace Reference

Functions

def fwrite (fname, fdata)
 
def imwrite (fname, fdata)
 
def imshow (fdata)
 

Detailed Description

MP Color Camera SDK for Python (Linux)

Zebra Technologies

zcamtools.py

This module contains extra routines used to verify Image data

Function Documentation

◆ fwrite()

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

◆ imshow()

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

◆ imwrite()

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