berlin
About
- Username
- berlin
- Joined
- Visits
- 25
- Last Active
- Roles
- Member
Comments
-
the video was flipped in left/right direction so i had to add fliplr before rot90: frame = numpy.fliplr(frame)frame = numpy.rot90(frame) some further questions: * the video plays about 2times faster as normal? sample-frequence in back-end-setting…
-
thank you so much! now everthing works fine! in combination with self.log i was able to write all variables in into the log: self.log('%s;%s;%s' % (self.get('var1'),self.get('var2'),self.get('var3'))) thanks a lot again!
-
thank you so much! now everthing works fine! i just had to find out how to write more than 1 string to write all variables in one line: self.log('%s;%s;%s' % (self.get('var1'),self.get('var2'),self.get('var3'))) thanks a lot again!
-
hello again, i couldnt find a way to write variables with self.log(). i have variables set in a "setup-script" like "here some array with pics"var1pic=array[0][0]exp.set("var1pic",var1pic) and the variable [num] in t…
-
sorry, i already edited my question before your answer. i ment "it would be nice if all variables from different loops would stand in the same COLUMN." the variables have different names (from different conditions) but contain the same ki…
-
ps: i don't understand why the logger sets the variable names for almost every new loop but for some loops not...
-
I already used the xpyriment back-end with 'Use OpenGL' set to 'no'. After switching to legacy back-end the video plays :) Didn't knew that just one of these two options works. now i tried to let the video play in a while loop until keypress...no …
-
cool! works fine! thanks a lot! cheers, ben
-
ah ok! makes sense! but heres another debug-message: AttributeError: 'experiment' object has no attribute 'surface' i couldnt fix the line: # Show the PyGame surface!exp.surface.blit(surf, (0, 0))pygame.display.flip() damn, i have no clue of pyt…
-
thanks! unfortunatly another problem occurred: File "dist\numpy\lib\twodim_base.py", line 157, in rot90Python traceback:ValueError: Input must >= 2-d. ??? i don`t want to make any changes in "twodim_base.py" or do i have to…
-
thanks! i downloded the opencv-package at opencv.org but the debugger says: "ImportError: No module named cv" copying the opencv-folder into opensesame-plugin-folder couldnt fix the problem... unfortunatly the link on your "video p…