This is a tiny application for camera-phones with Java MMAPI (multimedia) support.
It divides a taken phot in rows and each row in columns, that use the colour of its center. These colour values are then interpreted and played back as a note value. That way you can interpret a picture as a 'music track'.
Control:
up - down: | select the row to play |
left - right: | increase/decrease the amount of columns |
1-key | mode: select startpoint of sequence |
2-key | mode: select endpoint of sequence |
fire (the key in the middle of the controll cross) | set the start- or endpoint, according to the mode, at the current playhead position |
It's written in Mobile Processing and successfully tested on a Sony-Ericsson Z520i.
This is just the 2nd test release, I know, it's not perfect, but it can be well used to make some entertaining noise.
Update: Now it tries first to initialize with Capture(this,"capture://image) which should hopefully give some functionality to Nokia's.
If it does (not) run on your phone, please leave a comment.
comments:
Seite: 1
Samsung SGH-Z400 geht nicht...
SonyEricsson K750i rockt!
SonyEricsson W300i funktioniert ... scheinbar hat SonyEricsson eine sehr gute Javaintegration.
Nokia N72 funktioniert, allerdings mir verzerrter Darstellung...
Hello
Nice Work !!!
But SonyEricsson K790 Not Sound
s-e W910i does not seem to work (java.lang.OutOfMemoryError after capture). I don't think it's due to space problems (got 14MB free phone memory and 115 MB free on mem-stick)
On Nokia 5200. Please change the code
Capture (this);
in your skecth for:
new Capture(this, "capture://image");
thanks
thanks, I'll give it a try..
@punne, propably your phone offers a too high resolution.. I'll try to adjust the capture size.