Questions tagged [nativewindow]

50 questions
0
votes
1 answer

Create/obtain a reference to a ANativeWindow structure to be fed to a OpenGL based library to process frames from the camera before being displayed

I need a reference to a ANativeWindow structure to be fed to an image processing library based on OpenGL. I don't want to make a native activity or an additional application. What I've tried until now was using android_createDisplaySurface but that…
ionela.voinescu
  • 384
  • 1
  • 7
0
votes
1 answer

How can I obtain a reference to the native window of the camera application in Android?

I need a reference to a ANativeWindow structure to be fed to a image processing library based on OpenGL. I don't want to make a native activity or an additional application. I also want to know if I can use, and how to obtain from native code, the…
ionela.voinescu
  • 384
  • 1
  • 7
0
votes
1 answer

flex air open new nativewindow null objecthen

i add a new window in windowapplication,i did by nativeWindow,but when i debug this,the new window's content is always not loading completely. the following is the error TypeError: Error #1009: Cannot access a property or method of a null object…
0
votes
1 answer

How to access NativeWindow's wrapper class (mx:Window) property from NativeWindow object

Lets say I have Window component named myCustomWindow. Then I create new windows with: var newWindow:myCustomWindow = new myCustomWindow(); newWindow.open(); myCustomWindow has public property named myProperty. How to access myCustomWindow from…
Nemi
  • 1,012
  • 10
  • 19
-2
votes
1 answer

Commandline utility, which show OSD

I'm newbe in c#. I coding command line utility, which show OSD (floating text on the screen) only. What the best practice for that ? What project better use for me: console application or windows form or other.... And.... if console application -…
ilw
  • 2,499
  • 5
  • 30
  • 54
1 2 3
4