Omron HVC-P icon Omron HVC-P Omron HVC-P ARC plugin: real-time body, hand, face, gaze, gender, age, expression and eye estimation; facial recognition via Omron software Try it →
Asked — Edited

Video Player Within ARC

Good Morning,

Has anyone used the Video Player from within ARC? I just discovered it and I played back an mpeg file. The playback was choppy with pixels and the video stopped playing after about 10 seconds into my 30 second clip.


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

#1  

I normally just call an external video player. let me see if I can find my script I used for that.

#2  
EXEC("D:\PlayRoli.bat")

the batch file consists of this


"%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" "D:\ROLI 60 spot FINAL.mov"