-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
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
Labels
No labels