An IOHandler represents an importer/exporter of Shape or Tracker data. While some are built-in, most handlers represent Silhouette modules built with the C++ SDK, and are loaded from resources/modules. Actions can be used to create handlers as well.
Attributes
These attributes are read-only.
Name
|
Description
|
can_export
|
True if the handler is an exporter
|
can_import
|
True if the handler is an importer
|
name
|
The handler name
|
Methods
Name
|
Description
|
export(path)
|
Instructs the handler to export its data to the specified path
|
import(path)
|
NOT YET IMPLEMENTED
|