Shiva Keshavan
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Shiva Keshavan-
In the example you provided: https://github.com/IntelRealSense/librealsense/issues/1658#issuecomment-387356272 Dorodnic, seems to actually apply the filters AFTER the alignment process. He only se...
-
Thanks but the alignment itself was never the issue. The issue was re-inserting the processed depthframe into a frameset before alignment. I think this actually shows how to do that: https://github...
-
Yes, this is in fact how I am aligning the frames. I think my question here is much simpler. I post-process the depth frame after extracting it as indicated in: https://github.com/IntelRealSense/li...
-
Thanks for the information! So if I understand correctly after post-processing the depth frame, I need to create a new frameset with the original color frame and the filtered depth frame and then p...
-
Thank you for the response MartyG, I actually saw you say this in another post but considering that I run the post-processing only the depth frame, would I need to create a new frameset for alignin...