Page MenuHomePhabricator

ToF Pipeline design incorrect
Closed, ResolvedPublic

Description

Continuously calling Update() on an output of a ToF processing pipeline with source ToFImageGrabber only invokes a single update on the ToFImageGrabber and the following filters of the pipeline.

Possible reasons:

  • Associated ToFCameraDevices not modified when new data is available
  • ToFImageGrabber misses UpdateOutputInformation() method and is thus not marked as modified

Event Timeline

[c53df8]: Merge branch 'bug-8103-IncorrectToFFilterPipeline'

Merged commits:

2011-05-12 15:59:30 Alexander Seitel [202dd7]
Added UpdateOutputInformation() to ToFImageGrabber and invoke Modified() there. Call Modified() in ToFCameraDevice classes when data has changed.

[fc08a1]: Merge branch 'bug-8103-IncorrectToFFilterPipeline'

Merged commits:

2011-05-12 16:31:03 Alexander Seitel [b2bb19]
Removed Modified() on ImageGrabber in UpdateCamera() of ToFUtilView