Merged
Conversation
Contributor
Author
|
VideoEncoder is now used automatically on PoE devices for compressed image transport. Only 8-bit camera images or disparity images can be encoded. So Subpixel is not supported. This reduces long range depth accuracy and causes layering effects as shown in luxonis/depthai#184 and Stereo subpixel effect on layering. So for PoE devices, it is better to use stereo input than rgbd input. There may be improvements in the future, such as luxonis/depthai-core#875 or see if DisparityWLSFilter helps. |
Member
|
Thanks for the MR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have received OAK-D Pro W PoE. Its IMU local transform is easy to determine, it has the same orientation as the USB model, but with a different offset. What is more troublesome is the communication bandwidth. I couldn't get enough camera frame rate and IMU frame rate with the previous configuration. The official documentation says a lot about this. I'll have to see what tuning needs to be done.
In addition, the previous USB models equipped with BMI270 also have IMU frame rate problems. Certain algorithms may be affected.