Get keyframes #592
Unanswered
dubing-bit
asked this question in
Q&A
Replies: 1 comment
-
|
I have a similar use case, I have been digging and it looks like there is no present way to do this other than monitoring the # of keyframes. The tracking process only adds the keyframe when needed, i.e. If we were to provide some form of identifying if a keyframe was added, potentially a call back to a publisher, or editing the return value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm completing a python API to get image pose and keypoint via stella_vslam,
now I can output the tracked image pose, point cloud and keypoint correctly, but I don't know how to determine if the frame is a keyframe or not. I see in #
stella_vslam/src/stella_vslam/tracking_module.h
Line 30 in 0a1f13e
Beta Was this translation helpful? Give feedback.
All reactions