• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. E

    Android - Virtual Keyboard Based on Video Processing

    This is a project in course DSP2 at Afeka College. using opencv, we implemented a Virtual Keyboard Based on Video Processing works on any object ! ! Android - Virtual Keyboard Based on Video Processing - YouTube by: Erez Posner Email: erezposner@gmail.com
  2. E

    Apps Camera (takepicture) from runnable

    Im new to android , i am trying to implement a timer that takes a picture every period of time. i dont know where to put the "red" line emphesized in the code, in order to take the picture, or why im given the following error. ERROR/AndroidRuntime(19428): java.lang.NullPointerException...
  3. E

    Apps Intent from Runnable Error

    I am new to android , and I am trying to implement a timer that every second calls a "cameraActivity" class that takes a picture and stores it into the sd card. In the Runnable I am creating a new intent . I get the following error from the log: : ERROR/AndroidRuntime(18897): at...
  4. E

    Apps Edit Picture - Problem

    I'm Having problem with a program. I try to load a pic from sd , and changing its colors. and then display it. when the debbuger gets to this line: myBitmap.setPixels(pix, 0, w, 0, 0, w, h); my program stops. pls help! my code. package tamp.image.erez; import java.io.File...