CSE-4310 Project

Instructions to run:

python3 augmentVideo.py

Select the video you want to overlay with as "Source Video". Select the video you want to overlay on as "Destination Video".

Example, here, source video is falcon.mov , destination video is frame.MOV.

Dependencies

  • Python3
  • NumPy 1.18.1
  • OpenCV 4.5.4 (contrib for cv2.aruco support)
  • Tkinter
  • tkVideoPlayer
  • ttkthemes