Message Boards Message Boards

0
|
230 Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How to add X-axis and Y-axis to a video?

Posted 27 days ago

Hello everyone,

How do I add the x-axis and the y-axis to a video file as the following:

Video[ResourceObject["Sample Video: Citrus in Water"]]

enter image description here

POSTED BY: Alex Teymouri
2 Replies
Posted 27 days ago

Thank you, Eric.

It works with a little distance from the origin.

enter image description here

POSTED BY: Alex Teymouri
Posted 27 days ago

Sorry I don't have time to flesh this out entirely, but hopefully it'll get you started. Look at the documentation for OverlayVideo.

video = Video[ResourceObject["Sample Video: Citrus in Water"]];
axes = Graphics[{AxisObject[{"Horizontal", 0, {0, 1}}], AxisObject[{"Vertical", 0, {0, 1}}]}];

OverlayVideo[video, axes]
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract