Closed codeKenner closed 5 years ago
Which RealSense device are you using? D435 has a bit strange FoV setting, so it will be cropped when using color and depth at the same time. Please understand that it's "by-design". If you're using D415, this problem shouldn't be happened.
Keijiro, thank you for the quick response. It‘s the D435 I‘m using. So I understand your point about it being „by design“. Can I use the depth info only with full info as a input into the vfx?
How about changing this line to “bool mask = true;” ? I can’t remember the details, but I think this mask thing does cropping.
On Oct 30, 2019, at 15:20, codeKenner notifications@github.com wrote:
Keijiro, thank you for the quick response. It‘s the D435 I‘m using. So I understand your point about it being „by design“. Can I use the depth info only with full info as a input into the vfx?
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or unsubscribe.
I'm closing this issue now as the problem has been solved. Please feel free to reopen for further problems.
Hey Keijiro, first of all, very nice work with the Rsvfx. I noticed, that your implementation only uses part of the information captured by the Realsense camera. The frame seams to be cropped on all 4 edges when compared to the visual in the Intel Realsense Viewer. I did try 2 resolutions, 640x480px as well as 1280x720px. Setup works fine except for the crop. Any hints on that?