Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
monado
Commits
f9743018
Commit
f9743018
authored
Feb 12, 2020
by
Jakob Bornecrantz
Browse files
d/rs: Process frame does not take ownership of the frame
parent
42df1aab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/drivers/realsense/rs_6dof.c
View file @
f9743018
...
...
@@ -163,8 +163,6 @@ process_frame(struct rs_6dof *rs, rs2_frame *frame, struct xrt_pose *out_pose)
out_pose
->
position
.
x
=
camera_pose
.
translation
.
x
;
out_pose
->
position
.
y
=
camera_pose
.
translation
.
y
;
out_pose
->
position
.
z
=
camera_pose
.
translation
.
z
;
rs2_release_frame
(
frame
);
}
static
int
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment