Ask Your Question

sfrantoni's profile - activity

2017-09-11 01:55:42 -0600 received badge  Notable Question (source)
2016-10-29 14:59:06 -0600 received badge  Popular Question (source)
2015-04-02 08:04:10 -0600 received badge  Supporter (source)
2015-04-02 07:37:47 -0600 received badge  Editor (source)
2015-04-02 07:36:57 -0600 asked a question Open live streaming m3u8 java

How i can open a live streaming .m3u8 format (from GoPro)? I get the camera's ip in the videocapture, but the frame is void. Help me please!

2015-04-02 07:24:43 -0600 received badge  Critic (source)
2015-04-02 03:46:18 -0600 commented question VideoCapture with GoPro Hero3

i access to camera on wifi with http://10.5.5.9:8080/live/amba.m3u8. On VLC works, but on eclipse no. This is a part of code: webSource2 = new VideoCapture("http://10.5.5.9:8080/live/amba.m3u8");

2015-04-01 08:08:59 -0600 asked a question VideoCapture with GoPro Hero3

Hi. How i can do the videoCapture with a GoPro camera? With web cam of the pc, it's all right, but with gopro i don't succeed to access to the camera goPro. Thanks a lor.

2015-03-25 04:48:47 -0600 received badge  Enthusiast
2015-03-18 02:15:40 -0600 asked a question How i can to save more frame from camera in JAVA?

I want to save more frame ever 0,10 seconds (10 frame/s) and then create a video on hard disk with all the image. In Java there aren't video writer, and this is the only solution for me for create a video. Help me please!

2015-03-16 03:52:42 -0600 commented question How i can use zoom video in Java?

i use java. i capture video, and i want click a button that zoom my video in real time

2015-03-12 23:28:57 -0600 asked a question How use multi camera for video capture in Java

Hi. I must capture 3 video from 3 different cameras, simoultanely. What i do it?

2015-03-12 06:37:56 -0600 asked a question How i can use zoom video in Java?

Hi. I want to zoom the video in real-time, using Java. Someone can help me? Thank you!