Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 28, 2024
1 parent e5e2af1 commit 91cc0e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [this](https://devtalk.nvidia.com/default/topic/1056918/jetson-tx2/nvargusca
Build and run like this:

cargo build --release
export GST_PLUGIN_PATH=`pwd`/../target/release
export GST_PLUGIN_PATH=`pwd`/target/release

# to show timestamps on the Jetson Nano:

Expand All @@ -29,9 +29,9 @@ See also [this](https://developer.ridgerun.com/wiki/index.php?title=NVIDIA_Jetso

## Observations

* The PTS is locked to the timestamp saved by `nvarguscamerasrc` offset by a
fixed amount.
* The timestamp saved by `nvarguscamerasrc` is in units of CLOCK_MONOTONIC
- The PTS is locked to the timestamp saved by `nvarguscamerasrc` offset by a
fixed amount.
- The timestamp saved by `nvarguscamerasrc` is in units of CLOCK_MONOTONIC

## License

Expand Down

0 comments on commit 91cc0e5

Please sign in to comment.