Ask Your Question

Paethon's profile - activity

2013-07-25 00:07:47 -0600 received badge  Nice Question (source)
2013-07-18 15:01:33 -0600 commented question Desktop Java - how to load video file?

You could use that part of JavaCV. They have pretty good wrappers to read video files using ffmpeg

2013-07-18 14:55:58 -0600 received badge  Critic (source)
2013-07-02 03:27:33 -0600 received badge  Student (source)
2013-07-01 19:24:09 -0600 asked a question Error after program is finished

Hi

I just tried to compile OpenCV and run a small OpenCV-Program in Scala following the Java-tutorial. So far everything works as it should.

But the odd thing is: After the program has finished I get an error message. Just calling System.loadLibrary("opencv_java246") is enough to provoke an error at exit. It looks like as long as the program is running there is no problem.

Can anybody tell me what could cause this?

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007febc90a7324, pid=27277, tid=140650895570688
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libopencv_java246.so+0x212324]  cv::Mutex::~Mutex()+0x14
#
2013-06-30 17:51:17 -0600 answered a question Build OpenCV for Java on Ubuntu 12.10

Maybe this will help someone.

I had exactly the same problem (in my case using Debian Testing) and it was resolved by uninstalling all the open versions of Java and installing the proprietary one from oracle.