loading
 
Change filters from pipe program
St. Anger from India  [6 posts]
17 year
How can i change the Roborealm filters from within a VB.NET pipe program?
Anonymous 17 year
You cannot change the filter order or parameters from within a RoboRealm Extension. The Extensions are mean as 'dummy' modules that just process the image and return results in some way. Think of the RGBFilter as an Extension. It just processes the pixel data and returns a new image. It does not know where it is within the filter pipeline or whatever other filters are in the pipeline. It is meant to be distributed to others that may want a module to perform a specific task.

Instead, you may want to have a look at the RoboRealm API. That allows you to load programs, modify filter modules, etc. We have a VB ActiveX object that should make that easy to use.

Does that make sense?

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index