cpp-lln-lab / CPP_PTB

a set of function to make it easier to create behavioral, EEG, fMRI experiment with psychtoolbox
https://cpp-ptb.readthedocs.io/en/latest/index.html#
MIT License
12 stars 13 forks source link

video position on screen #159

Closed fedefalag closed 1 month ago

fedefalag commented 3 years ago

Added the possibility to play the video in a position other than the center of the screen. Currently that is by giving the coordinate of the wanted top left corner position of the video, but it can be changed if other options are regarded more user-friendly, e.g. giving the center of the desired video position? Other?

codecov[bot] commented 3 years ago

Codecov Report

Merging #159 (f17fe8a) into dev (c5a78c1) will decrease coverage by 0.13%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #159      +/-   ##
==========================================
- Coverage   21.55%   21.41%   -0.14%     
==========================================
  Files          56       56              
  Lines         798      803       +5     
==========================================
  Hits          172      172              
- Misses        626      631       +5     
Flag Coverage Δ
unittests 21.41% <0.00%> (-0.14%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/video/playVideoFrames.m 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c5a78c1...f17fe8a. Read the comment docs.