T Taurus1983 Member Licensed User Longtime User Jun 16, 2013 #1 Hello, how can I write a program in visual basic to see on my computer the screen Android? :sign0085:
Hello, how can I write a program in visual basic to see on my computer the screen Android? :sign0085:
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2013 #2 See this example: Android based Closed Circuit TV (CCTV) example Upvote 0
T Taurus1983 Member Licensed User Longtime User Jun 16, 2013 #3 Hello, I have the following errors on Windows 7 with firewall disabled: Take Picture: Program paused on line:99 cam.TakePicture Change Camera: Cannot open camera. Change Effect: Program paused one line:127 r.RunMethod3("set", Key, "java.lang.String", Value, "java.lang.String") Upvote 0
Hello, I have the following errors on Windows 7 with firewall disabled: Take Picture: Program paused on line:99 cam.TakePicture Change Camera: Cannot open camera. Change Effect: Program paused one line:127 r.RunMethod3("set", Key, "java.lang.String", Value, "java.lang.String")
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2013 #4 These errors are related to the camera. You should post the error messages from the logs. You can start with CameraEx app: [Class] CameraEx - Extends the camera library functionality This is the most updated class. Upvote 0
These errors are related to the camera. You should post the error messages from the logs. You can start with CameraEx app: [Class] CameraEx - Extends the camera library functionality This is the most updated class.
T Taurus1983 Member Licensed User Longtime User Jun 16, 2013 #5 Where can I find the logs? I'm studying the library GameView and JPCT-AE, I am interested to display on the screen of the PC games running on Android. :sign0060: Upvote 0
Where can I find the logs? I'm studying the library GameView and JPCT-AE, I am interested to display on the screen of the PC games running on Android. :sign0060:
Erel B4X founder Staff member Licensed User Longtime User Jun 17, 2013 #6 In the Logs tab (right side of the IDE). Upvote 0