[codenameone-discussions] Re: problem with capture video

2018-10-04 Thread Shai Almog
Android 6+ changed the permission behavior to prompt for permission when you try to use device capabilities such as camera etc. That explains that behavior. I'm not sure why you would get that a camera was stopped but it might be a crash of the camera native activity, there isn't much we can do

[codenameone-discussions] Re: I have a question ?

2018-10-04 Thread Shai Almog
I don't understand the question and don't see the image? Do you have a code snippet? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] Re: problem with capture video

2018-10-04 Thread Fuad Nassar
final Form hi = new Form("Hi World"); hi.setLayout(new BorderLayout()); Button bCapture = new Button("Capture Media"); bCapture.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ect) { try { final MediaPlayer

[codenameone-discussions] Re: problem with capture video

2018-10-04 Thread Fuad Nassar
final Form hi = new Form("Hi World"); hi.setLayout(new BorderLayout()); final Button bCapture = new Button("Capture Media"); bCapture.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ect) { try { final MediaPlayer

[codenameone-discussions] Re: problem with capture video

2018-10-04 Thread Thomas
Please, post the code as text because it is impossible to read it from your screenshot... On Thursday, October 4, 2018 at 6:06:37 PM UTC+2, Fuad Nassar wrote: > > hi, > I try to use this code to capture and show video > > > [image: Capture.PNG] > > > > and then when running it under ( 4.4.4

[codenameone-discussions] problem with capture video

2018-10-04 Thread Fuad Nassar
hi, I try to use this code to capture and show video [image: Capture.PNG] and then when running it under ( 4.4.4 Android Version ) I get something like this message "the camera was stopped" (in finally process failed) but when I use (6.1 Version) I get this message "Allow appname to

[codenameone-discussions] problem with capture video

2018-10-04 Thread Fuad Nassar
hi, I try to use this code to capture and show video [image: Capture.PNG] and then when running it under ( 4.4.4 Android Version ) I get something like this message "the camera was stopped" (in finally process failed) but when I use (6.1 Version) I get this message "Allow appname to access

[codenameone-discussions] I have a question ?

2018-10-04 Thread thanhnguyen
Where color change the data of the axes (ENE, MAR, DIC) - "see image" Where I change the thickness of the line. In the simulator is not appreciated all the information of the graph, will happen the same in the device? regards ? -- You received this message because you are subscribed to