2014-02-25 8 views
0

SNAP (시뮬레이션 및 신경 과학 응용 프로그램 플랫폼) 1 사용 방법에 대한 문서/도움말이 있습니까?SNAP : 시뮬레이션 및 신경 과학 응용 플랫폼

이미지 대신 자극을위한 .avi 파일과 함께 Motor Imagery 샘플 시나리오를 실행하고 싶습니다. 어떻게 할 수 있습니까? 아비의 file.Any 도움말을 재생하는 코드를 제공하는 AlphaCalibration 시나리오를 사용할 때 다음과 같은 오류를 얻을 수있다

인해 파일 크기

:movies:ffmpeg(warning): parser not found for codec indeo4, packets or times may be invalid. 
:movies:ffmpeg(warning): max_analyze_duration 5000000 reached at 5000000 
:movies(error): Could not open /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi 
:audio(error): Cannot open file: /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi 
:audio(error): Could not open audio /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi 
:movies:ffmpeg(warning): parser not found for codec indeo4, packets or times may be invalid. 
:movies:ffmpeg(warning): max_analyze_duration 5000000 reached at 5000000 
:movies(error): Could not open /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi 
:gobj(error): Texture "/e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi" exists but cannot be read. 
Traceback (most recent call last): 
    File "E:\BCI_Feb2014\SNAP-master\src\framework\latentmodule.py", line 458, in _run_wrap 
    self.run() 
    File "modules\BCI\AlphaCalibration.py", line 30, in run 
Exception during run(): 
    m = self.movie(self.moviefile, block=False, scale=[0.7,0.4],aspect=1.125,contentoffset=[0,0],volume=0.3,timeoffset=self.begintime+t*self.awake_duration,looping=True) 
Could not load texture: bird.avi 
    File "E:\BCI_Feb2014\SNAP-master\src\framework\basicstimuli.py", line 348, in movie 
    tex = self._engine.base.loader.loadTexture(filename) 
    File "E:\BCI_Feb2014\Panda3D-1.8.0\direct\showbase\Loader.py", line 554, in loadTexture 
    raise IOError, message 
IOError: Could not load texture: bird.avi 

답변

1

비디오 파일은 GitHub의 저장소에 포함되지 않습니다 감사합니다. 그러나 검색 경로에 넣은 다른 동영상 파일 (예 : 다른 미디어 파일 옆 - Panda3d의 콘텐츠 검색 경로 개념 참조)을 사용하는 경우 유스 케이스가 작동해야합니다.

찾고있는 파일이 포함될 수있는 ftp://sccn.ucsd.edu/pub/software/LSE-SDK/의 미디어 파일을 포함하는 SNAP 릴리즈가 있습니다.