From a32e9b20267f506bbbab64cf2d8a45b374df6081 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 2 Dec 2010 16:00:50 +0100 Subject: buglabs-apps: BugLabs java applications. Tons of small apps that live on buglabs.net and are mostly arch independent. These recipes make them available for images and feeds. --- recipes/buglabs-apps/com.buglabs.app.imagetest.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/buglabs-apps/com.buglabs.app.imagetest.bb (limited to 'recipes/buglabs-apps/com.buglabs.app.imagetest.bb') diff --git a/recipes/buglabs-apps/com.buglabs.app.imagetest.bb b/recipes/buglabs-apps/com.buglabs.app.imagetest.bb new file mode 100644 index 0000000000..b46fe92cbc --- /dev/null +++ b/recipes/buglabs-apps/com.buglabs.app.imagetest.bb @@ -0,0 +1,16 @@ +require bug-app.inc + +DESCRIPTION = "An app that reads an image from the ICameraDevice and diplays it on the LCD. Demo for rendering images to Canvases. \ +Room for improvement: double buffering, scaling the image without consuming nearly 60% CPU.\ +--------------------------------------\ +Please feel free to email me at john [at] buglabs.net for information. Or check out BUGLabs on IRC: irc://irc.freenode.net/buglabs .\ +" +HOMEPAGE = "http://buglabs.net/applications/ImageTest" + +DEPENDS += "com.buglabs.bug.module.camera com.buglabs.osgi com.buglabs.common service-tracker com.buglabs.bug.module.lcd " + +PV = "1" + +SRC_LINK = "http://buglabs.net/program_version/download/159" + +APIVERSION = "" -- cgit 1.2.3-korg