Skip to content

Bug in example notebook #307

@MarkoHaralovic

Description

@MarkoHaralovic

File: examples/Gen2/python_notebooks/Tutorial_1_vrs_data_provider_basics.ipynb
Section: Query by Timestamp: TimeDomain and TimeQueryOptions

The code uses:

data = provider.get_image_data_by_time_ns(stream_id, ts, opts)

but it should use:

data = provider.get_image_data_by_time_ns(rgb_stream_id, ts, opts)

stream_id is incorrect in this context

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