Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added video playback offset support for MCAP logs #155

Merged
merged 15 commits into from
Feb 28, 2024

Conversation

achintyamohan
Copy link
Collaborator

Adds a JavaFX Spinner under each thumbnail to specify an offest between the MCAP start and the video playback start. The offset increments in milliseconds and can be positive or negative.

image

Copy link
Member

@SylvainBertrand SylvainBertrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just that one method that should be a redirection imo

Copy link
Member

@SylvainBertrand SylvainBertrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I had missed you made a change 😓
Let's rebase this branch onto develop, then squash the PR when closing it

SylvainBertrand and others added 6 commits February 27, 2024 16:51
* Added controls for cropping log file

* WIP: Working on a new MCAP cropper

* Dense commit: Split up MCAP and added LZ4 frame encoder

* Implementing tools to write MCAP back to file.

* Refactored the LZ4 output stream to work with byte buffers

* WIP

* wip

* WIP: More stuff for cropping

* Some doc, started writing up a test using the demo MCAP file.

* Improving the test.

* Making progress on the test.

* WIP: Tracking down chunk writing/reading bug.

* WIP: Got the cropping test to pass. Still needs a few final checks

* Wrapped up the cropping

* MCAP cropping is working.
…timestamp to nanoseconds, clean up logic for not reading redundant frames.
… stored timestamp to nanoseconds, clean up logic for not reading redundant frames."

This reverts commit 6f15652.
…timestamp to nanoseconds, clean up logic for not reading redundant frames.
@achintyamohan
Copy link
Collaborator Author

Sounds good, merging (had a small git issue in the revert commit, but it's fixed)

@achintyamohan achintyamohan merged commit 328ab4d into develop Feb 28, 2024
3 checks passed
@achintyamohan achintyamohan deleted the feature/mcap-video-offset branch February 28, 2024 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants