I'm using Matlab R2019b with the PsychToolbox to run a visual stimuli sequence on a screen and keep getting the following mex file error:
Invalid MEX-file '/home/snaillab/MATLAB/TOOLBOXES/Psychtoolbox/PsychBasic/Screen.mexa64': libdc1394.so.22: cannot open shared
object file: No such file or directory
Error in HideCursor (line 32)
Screen('HideCursorHelper', screenid, mouseid);
Error in pilot_retrograde_visual (line 18)
HideCursor
How can I fix this?

댓글 수: 1

Sebastian Mcbride
Sebastian Mcbride 2019년 11월 27일
I have the same issue, did you manage to resolve it? If yes, could you, please, share how?

댓글을 달려면 로그인하십시오.

답변 (1개)

Matteo Lisi
Matteo Lisi 2020년 1월 16일

0 개 추천

I encountered the same issue in Matlab r2019b under Ubuntu 18.04. Running this in a terminal made the trick for me:
sudo apt-get update
sudo apt-get install libdc1394-22

댓글 수: 2

Aaron Huynh
Aaron Huynh 2021년 3월 18일
Did this work in Windows or just MacOS?
Jan
Jan 2021년 3월 18일
편집: Jan 2021년 3월 18일
@Aaron Huynh: Neither, it works on Linux only.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Installation and Operational Settings에 대해 자세히 알아보기

태그

질문:

2019년 10월 16일

편집:

Jan
2021년 3월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by