Clear Filters
Clear Filters

Video Labeler change time between frames

2 views (last 30 days)
I am using the videolabeler to annotate timelapse videos taken with a microscope, is there any where I can change the start and end time, as well as the time between frames?
It seems like this is preset and I could not find anywhere to change it.
Thanks!

Accepted Answer

Cris LaPierre
Cris LaPierre on 15 May 2024
I imagine the times come from the video object created to load the video (see here). There isn't a way to change this in the app, as the information is encoded into the video file. Can you change how the video is written?
Rather than a timelapsed video, if you load the folder of images, you can manually set the timestamps of your video using the following syntax when launching the app:
videoLabeler(imageSeqFolder,timestamps)

More Answers (0)

Products


Release

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!