Skip to content

convert frame to frameset in post processing filters - #7759

Merged
ev-mp merged 4 commits into
realsenseai:developmentfrom
nohayassin:DSO_15250_new
Dec 10, 2020
Merged

convert frame to frameset in post processing filters #7759
ev-mp merged 4 commits into
realsenseai:developmentfrom
nohayassin:DSO_15250_new

Conversation

@nohayassin

@nohayassin nohayassin commented Nov 11, 2020

Copy link
Copy Markdown
Contributor

Track on: DSO-15250
Allocating a frame to frameset in post_processing_filter c'tor returns NULL that passed to process_frameset(..)
Because we want to work also with frames in post processing filters and not only framesets, the allocation is removed and the function signature changed to process_frame(..), its input and output changed from frameset to frame, and it solved the issue !
Addresses #7584

@ev-mp ev-mp left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.
Please mention the issue and its fix in PR's description

@nohayassin

Copy link
Copy Markdown
Contributor Author

Looks good.
Please mention the issue and its fix in PR's description

done

@ev-mp
ev-mp merged commit f5b93d6 into realsenseai:development Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants