Skip to content

Simple pipeline #2

@inspirit

Description

@inspirit

I was wondering if you can share some simple pipeline u are using with 1-2 filters for example.
Most confusing for me is which Context u use for Filter initialization and execution. Do u create new Context for each filter? or do u run them through:

[TGLDevice runTextureCacheQueueSync:^{
    [filter1 process];
    [filter2 process];
}];

i see that for VideoCapture u use separate Context. Please can you give some quick example?
thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions