Bartosz Firyn

Results 88 comments of Bartosz Firyn

Does the same happen when you get rid of Xuggler code and simply take pictures from camera in loop? ``` public void m() { Dimension size = WebcamResolution.QVGA.getSize(); Webcam webcam...

I actually think that Xuggler and BridJ natives interacts somehow and cause this crash to happen. If you are unable to work this out I suggest to move from Xuggler...

Hi, if GC is required maybe you should try to give more memory to your process? This can be done by specifying ```-Xmx``` flag in ```java``` command.

The default value of ```-Xmx``` is 64M which may be too low for video recording.

@djovla please let us know if the fix proposed by @shinobisoft resolved your issue.

Hi @MaToxZ, What is the operating system this application is running on? In regards to: > takes to long (about 5-8sec) to open a webcam view > how do I...

Hi @sandipJava, I have bad news. Unfortunately there is no possibility in Webcam Capture API to read from RTSP :( The only way to w/a this is to transcode RTSP...

For example: https://stackoverflow.com/questions/29699980/ffmpeg-restream-rtsp-to-mjpeg

Hi @sandipJava, I'm not sure. Xuggler is discontinued and most of the code migrated to https://github.com/artclarke/humble-video, but please note that I'm not very familiar with this framework and can't give...