quick&dirty solution atm could be on a rooted device to run linux (e.g.
Debian or Ubuntu) [e.g. 1] with VNC and then vncviewer it. But that
would be quite a cruel solution, not sure what would be the time lag of
registered keypresses etc
[1] http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/
On Sat, 28 Jan 2012, Tyler wrote:
> I guess a better question would be how well would PsychoPy run in a
> touch-screen environment?
--
=------------------------------------------------------------------=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic
- How are you going to quit your experiment while testing or if things go wrong during a session? (If you don't have a keyboard, you can't press 'Q'). I made a small invisible button in one corner of the screen for this purpose, in a location that wouldn't make sense for anyone to touch (and w/ 500+ subjects, no one has yet).- Disable the tablet's auto-screen-rotate feature, if it has one.- While running, turn off wi-fi and some auto-update features, which in some circumstances can disrupt the experiment.*** The only difficulty I encountered that required any thinking to solve was that my tablet seems to record touches a bit differently than it does mouse clicks (it came with a detachable keyboard), such that mouse.getPressed() doesn't always return True in response to screen touches. I'm sure someone savvier than I could have discovered what was causing this and come up with a proper solution, but mine was just to record touches by looking for non-zero values of mouse.getRel(), rather than using mouse.getPressed(), since nobody is moving any cursors around the screen or anything. Any time mouse.getRel() returns a non-zero value, I treat that as a "touch".
I guess a better question would be how well would PsychoPy run in a
touch-screen environment?
--
You received this message because you are subscribed to the Google Groups "psychopy-users" group.
To post to this group, send email to psychop...@googlegroups.com.
To unsubscribe from this group, send email to psychopy-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/psychopy-users?hl=en.
I have had one PI contact me to say he had a small grant to try and get
something up and running on a mobile platform (he was leaning towards
ipads) and he thinks he might build it on top of the builder/psyexp
experiment description format. That wouldn't be quite the same as
running PsychoPy; it would be a separate application that happens to
read PsychoPy experiments (to save him having to make the GUI controls
etc). Probably the functionality would have to be fairly limited to
start with, e.g. limited to just a couple of stimulus types. If/when
something comes of that project we'll obviously keep people informed.
But for now, regular mac/win/linux distributions (for which python and
pyglet etc are already available) are the way to go.
Jon
--
Dr. Jonathan Peirce
Nottingham Visual Neuroscience
also with open sourcing of WebOS, by the end of the year there might be
a completely different situation with availability of more generic
stacks on top of Linux kernel on tables, thus making psychopy pretty
much natively available on those.
Meanwhile with some research you can find tables which can easily
dual-boot natively into GNU/linux distribution off the SD card:
e.g.
http://stream0.org/2011/11/24/dual-booting-android-and-linux-on-asus-transformer-part-two/
On Mon, 30 Jan 2012, jason gors wrote:
> not sure about�compatibly�with python/psychopy libraries, etc, but just
> came across this post�yesterday regarding�a new linux based tablet and
> thought it might be right up your alley tyler (though hardware's not the
> best, it's surly better than vnc'ing i'd imagine, and def cheaper than a
> window's tablet):
> [1]http://www.theverge.com/2012/1/29/2756229/spark-linux-tablet-plasma-active-open-source-revealed
-- Jonathan Peirce Nottingham Visual Neuroscience http://www.peirce.org.uk
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
I run some experiments using Python on an Ekoore tablet. It is actually acrappy tablet for normal everyday use, but it comes with Linux installed(unfortunately, they choose Ubuntu). Since Linux is the only OS I know, thatgives you the full control you need to run experiments, I choose to buy anEkoore tablet. I have to say, that my experiences are mixed.
The low processor performance is not a problem if you use a light stimuluspresentations software or/and write efficient code. We used our own Pythonlibrary called Expyriment (hosted on google code), which is especially designfor Linux on low-end machines. I have no idea how heavy PsychoPy is, but Ithink it should work as well.
The big problem is however that the Ekoore tablet has no OpenGL compatible GPU.That is, if you need OpenGL for a high-precision timing of your presentations,you might have a problem. For my research questions on cognitive control andnumber processing, it work fine. Connecting an external button box helps ofcourse to get more precise RT measures.
Best,Oliver
--Dr. Oliver LindemannDivision of Cognitive ScienceUniversity of Potsdam
Karl - Liebknecht Str. 24/25, Building 14, 14476 Potsdam, GermanyTel: +49 - 331 - 977 2915, Fax: +49 - 331 - 977 2794Room: 6.24, Building 14
--
You received this message because you are subscribed to the Google Groups "psychopy-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/psychopy-users/-/EPee6LarmS4J.
To post to this group, send email to psychop...@googlegroups.com.
To unsubscribe from this group, send email to psychopy-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/psychopy-users?hl=en.