Skip to content

Stream mode always cache the first frame. #105

Description

@MrLuer

At the end of the video_depth_stream.py file, you will find the following code.

self.frame_id_list.append(self.id)
if self.id + INFER_LEN > self.gap + 1:
del self.frame_id_list[1]
del self.frame_cache_list[1]

Does this mean that the first frame (index 0) is always cached? Was this intentional or a typo?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions