The FastImageOutputCallbackHandler currently has a restriction in place which will only allow a component of type IImageEncoder to use it. This prevents other components from using this callback handler when the user may wish to split frames into multiple files.
The
FastImageOutputCallbackHandler
currently has a restriction in place which will only allow a component of typeIImageEncoder
to use it. This prevents other components from using this callback handler when the user may wish to split frames into multiple files.