-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D457 MIPI enable multiple cameras for single DES. #11385
Conversation
Following DSO-18585 PR IntelRealSense#11070 For use with jp5-2d457-1-des Signed-off-by: Dmitry Perchanov <[email protected]>
@hsuys can you please verify this does not break your multi MIPI cams test? |
src/linux/backend-v4l2.cpp
Outdated
@@ -786,7 +787,7 @@ namespace librealsense | |||
// are not available via mipi | |||
// TODO - find a way to assign unique id for mipi | |||
// maybe using bus_info and card params (see above in this method) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the above comment.
and the line comment
Until we will add dynamic binding we use bus info which is unique for a singe deserializer and cam_id which is unique to each camera connected to it, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Signed-off-by: Dmitry Perchanov <[email protected]>
…me.h Signed-off-by: Dmitry Perchanov <[email protected]>
Signed-off-by: Dmitry Perchanov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM + CI internal + val flows passed
Following DSO-18585 PR #11070
For use with jp5-2d457-1-des
Signed-off-by: Dmitry Perchanov [email protected]