Skip to content

Stream mode always cache the first frame. #105

@MrLuer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions