Skip to content

Commit 015cb18

Browse files
committed
dont set timestamp_us
1 parent 074f542 commit 015cb18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/local_video/publisher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ async def capture_loop(
357357
submit_to_webrtc_started_at = time.perf_counter()
358358
source.capture_frame(
359359
video_frame,
360-
timestamp_us=monotonic_time_us_now() - started_us,
361360
frame_metadata=frame_metadata,
362361
)
363362
webrtc_capture_finished_at = time.perf_counter()

0 commit comments

Comments
 (0)