-
Notifications
You must be signed in to change notification settings - Fork 1.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
SR300 #6
Comments
YoshuaNava
pushed a commit
to YoshuaNava/realsense
that referenced
this issue
Nov 28, 2018
Reverted renaming.
130s
pushed a commit
to 130s/realsense
that referenced
this issue
Dec 28, 2018
Adding rgb from infra1.
Closed
fmessmer
pushed a commit
to fmessmer/realsense
that referenced
this issue
Jan 10, 2020
add patch for docker container installation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you plan to support SR300 ? what should be its format for RGB and depth data ?
DEPTH_FORMAT = RS_FORMAT_Z16;
COLOR_FORMAT = RS_FORMAT_RGB8;
IR1_FORMAT = RS_FORMAT_Y16;
Is that right?
The text was updated successfully, but these errors were encountered: