+ All Categories
Home > Technology > Elisator slides for Maemo Summit 2008

Elisator slides for Maemo Summit 2008

Date post: 31-May-2015
Category:
Upload: manrique-lopez
View: 1,068 times
Download: 5 times
Share this document with a friend
Description:
Elisator presentation for Maemo Summit 2008, in Berlin
17

Click here to load reader

Transcript
Page 1: Elisator slides for Maemo Summit 2008

   

Elisator Project

ELISA assays Python toolJ. Manrique <[email protected]>J. A. Baro

Page 2: Elisator slides for Maemo Summit 2008

   

What is it?

http://en.wikipedia.org/wiki/ELISA

Page 3: Elisator slides for Maemo Summit 2008

   

ELISA readers

Page 4: Elisator slides for Maemo Summit 2008

   

Test anywhere?

Page 5: Elisator slides for Maemo Summit 2008

   

Give me a plug!

Page 6: Elisator slides for Maemo Summit 2008

   

Why not with a N800?

It has a camera (short of)

I can use Python on it

It is opensource

Let's do a bit of code in my hands

Page 7: Elisator slides for Maemo Summit 2008

   

Thanks to supporters

Page 8: Elisator slides for Maemo Summit 2008

   

Working

Page 9: Elisator slides for Maemo Summit 2008

   

Working

Page 10: Elisator slides for Maemo Summit 2008

   

Working

Page 11: Elisator slides for Maemo Summit 2008

   

Working

Page 12: Elisator slides for Maemo Summit 2008

   

How was it done?

EASY Framework

Page 13: Elisator slides for Maemo Summit 2008

   

EASY Frameworkfrom easy import camerafrom easy import ui as eagleclass EliCamera:

def __init__(self, captured_file):self.captured_file= captured_file

def click(self, app, button):camera.click(self.captured_file)camera.stop_display()eagle.close()eagle.quit()

def start(self, app):camera.display(resolution=camera.RESOLUTION_320x240)return False

def run(self):app = eagle.App(title='Easy Player',

                top=(eagle.Button(id='click', label='Click', callback=self.click)),center=eagle.XWindow(id='xwindow'))app.idle_add(callback=self.start)camera.set_window_id(app['xwindow'].get_window_id())eagle.run()

if __name__=="__main__":cam = EliCamera('prueba.jpg')cam.run()

Page 14: Elisator slides for Maemo Summit 2008

   

But...

Poor camera quality

Diablo: bug in N800 camera

NO BACK CAMERA IN N810!

Perhaps with 5th Maemo generation?

Page 15: Elisator slides for Maemo Summit 2008

   

But... even more

Usability

Hard to design

Better UI development tools?

Page 16: Elisator slides for Maemo Summit 2008

   

What's next?

Improve Usability (trying to do that)

Get it working in new platforms

Anybody has a 5th Maemo device here?

Page 17: Elisator slides for Maemo Summit 2008

   

That was Elisator Project

ELISA assays Python toolJ. Manrique <[email protected]>J. A. Baro


Recommended