SuperSimpleCamera2.0

App Image

 Download Latest Version 

This application uses:
Bugview Bugcam2mp 
   July 30th, 2010   ·   958 views  /  296 downloads

Admin Administrators: Bug Labs teamkgilmer

Category: Tutorials    Maturity: Beta    API version: not specified
Tags: camera  Tutorial  20 

Takes a picture, shows it on LCD. Created using SDK 2.0.


Download Download Latest Version

Version Date Uploaded by Notes  
Version 1 July 30th, 2010 kgilmer  Adaptation from SuperSimpleCamera. Uses 2.0 SDK Project that utilizes PDE... (more) Adaptation from SuperSimpleCamera. Uses 2.0 SDK Project that utilizes PDE instead of CTE for OSGi support. (collapse) download

This application is licensed under the MIT license agreements.

Viewing SuperSimpleCamera2.0   Link

1 Comment

Comment_icon Login to add comment

GNUtoo

GNUtoo said on March 18th, 2011 12:00:31 PM

hi, it doesn't work. here's how to start it: sed 's/ICameraDevice/ICamera2Device/g' Then you have to modify the getImage to gabfull like this: Image img = Toolkit.getDefaultToolkit().createImage(camera.grabFull()).getScaledInstance(320, 200, Image.SCALE_FAST); and then it starts, unfortunately....it doesn't do anything... Denis.