Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenIMAJGrabber DLL identified as cause of java crash #431

Open
bxnkole opened this issue Jan 19, 2016 · 7 comments
Open

OpenIMAJGrabber DLL identified as cause of java crash #431

bxnkole opened this issue Jan 19, 2016 · 7 comments
Labels

Comments

@bxnkole
Copy link

bxnkole commented Jan 19, 2016

Hi,

I'm using the default OpenIMAJGrabber driver with the webcam-capture API. However, after some captures, my application crashes with the prompt "Java Binary Platform Has Stopped Working".

Of course, a crash dump log file was generated (pasted below) and it identified OpenIMAJGrabber dll as the offending frame. I've deployed my application to over 1000 Windows (x64 and x86) system as standalone applications and it keeps crashing after a few captures.

From the crash logs, it appears it has something to do with setting timeout, i'm not sure. The application's logic has to do with biometric registration so captures of several persons are taken one after the other.

API Version: 0.3.10
Java Version Deployed: 1.7 update 79

I will be willing to divulge more information. Thank you.

Crash Report

 A fatal error has been detected by the Java Runtime Environment:

  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff8b47a3d0, pid=16572, id=16984

 JRE version: 7.0_21-b11
 Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed ops)
 Problematic frame:
 C  [OpenIMAJGrabber.dll+0xa3d0]  OpenIMAJGrabber::setTimeout+0x83b0

 Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

 If you would like to submit a bug report, please visit:
   http://bugreport.sun.com/bugreport/crash.jsp
 The crash happened outside the Java Virtual Machine in native code.
 See problematic frame for where to report the bug.


---------------  T H R E A D  ---------------

Current thread (0x000000000c59d800):  JavaThread "atomic-processor-1" daemon [_thread_in_native, id=16984, stack(0x000000000ea30000,0x000000000eb30000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x0000000014e4beaa

Registers:
RAX=0x0000000000000085, RBX=0x0000000000000000, RCX=0x0000000014e4beaa, RDX=0x0000000014d01090
RSP=0x000000000eb2f090, RBP=0x000000000eb2f1f0, RSI=0x000000000be36a20, RDI=0x000000000be375d0
R8 =0x0000000014de20a0, R9 =0x0000000000000280, R10=0x0000000000000000, R11=0x0000000000000000
R12=0x000000000be36990, R13=0x000000000eb2f2e0, R14=0x000000000eb2f2e0, R15=0x000000000eb2f3c8
RIP=0x00007fff8b47a3d0, EFLAGS=0x0000000000010283

Top of Stack: (sp=0x000000000eb2f090)
0x000000000eb2f090:   0000000000000000 0000000000000000
0x000000000eb2f0a0:   0000000000000000 0000000000000000
0x000000000eb2f0b0:   000e100000000780 0000000000000000
0x000000000eb2f0c0:   000e088000000000 00069e0a0000022e
0x000000000eb2f0d0:   000000000eb2f2e0 000000000be375d0
0x000000000eb2f0e0:   000000000be36a20 00007fff8b4785ba
0x000000000eb2f0f0:   000000000ec3e580 0000000014d7881a
0x000000000eb2f100:   0000000014e4beaa 0000000000000280
0x000000000eb2f110:   0000512d000001e0 00000000a2740d01
0x000000000eb2f120:   0000512d06d5c001 000000000eb2f2d0
0x000000000eb2f130:   000000000eb2f300 0000000014de20a0
0x000000000eb2f140:   000001e000000280 00007fff00000000
0x000000000eb2f150:   0000000014d01090 0000000000000000
0x000000000eb2f160:   0000000000000000 0000000075a512d7
0x000000000eb2f170:   0000512d06d50100 000000000c59d9d8
0x000000000eb2f180:   000000000eb2f2e0 00007fff8b471fef 

Instructions: (pc=0x00007fff8b47a3d0)
0x00007fff8b47a3b0:   d1 e0 48 63 c8 48 8b 44 24 68 48 2b c1 48 89 44
0x00007fff8b47a3c0:   24 68 48 8b 4c 24 70 48 8b 44 24 68 0f b6 40 02
0x00007fff8b47a3d0:   88 01 48 8b 44 24 70 48 83 c0 01 48 89 44 24 70
0x00007fff8b47a3e0:   48 8b 4c 24 70 48 8b 44 24 68 0f b6 40 01 88 01 


Register to memory mapping:

RAX=0x0000000000000085 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x0000000014e4beaa is an unknown value
RDX=0x0000000014d01090 is an unknown value
RSP=0x000000000eb2f090 is pointing into the stack for thread: 0x000000000c59d800
RBP=0x000000000eb2f1f0 is pointing into the stack for thread: 0x000000000c59d800
RSI=0x000000000be36a20 is an unknown value
RDI=0x000000000be375d0 is an unknown value
R8 =0x0000000014de20a0 is an unknown value
R9 =0x0000000000000280 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x000000000be36990 is an unknown value
R13=0x000000000eb2f2e0 is pointing into the stack for thread: 0x000000000c59d800
R14=0x000000000eb2f2e0 is pointing into the stack for thread: 0x000000000c59d800
R15=0x000000000eb2f3c8 is pointing into the stack for thread: 0x000000000c59d800


Stack: [0x000000000ea30000,0x000000000eb30000],  sp=0x000000000eb2f090,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [OpenIMAJGrabber.dll+0xa3d0]  OpenIMAJGrabber::setTimeout+0x83b0

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()I+0
j  com.github.sarxos.webcam.ds.buildin.WebcamDefaultDevice$NextFrameTask.handle()V+44
j  com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run()V+14
j  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x000000000c598000 JavaThread "webcam-lock-[USB2.0 Camera 1]" daemon [_thread_blocked, id=15424, stack(0x0000000014930000,0x0000000014a30000)]
  0x000000000c59f000 JavaThread "repaint-scheduler-USB2.0 Camera 1" daemon [_thread_blocked, id=8576, stack(0x0000000014330000,0x0000000014430000)]
  0x000000000c59d000 JavaThread "example-stoper" daemon [_thread_blocked, id=16584, stack(0x000000000c390000,0x000000000c490000)]
  0x000000000c59e800 JavaThread "frames-refresher-[0]" daemon [_thread_blocked, id=15064, stack(0x000000000cfd0000,0x000000000d0d0000)]
  0x000000000c59c000 JavaThread "webcam-discovery-service" daemon [_thread_blocked, id=7444, stack(0x000000000e5b0000,0x000000000e6b0000)]
=>0x000000000c59d800 JavaThread "atomic-processor-1" daemon [_thread_in_native, id=16984, stack(0x000000000ea30000,0x000000000eb30000)]
  0x000000000c9ff800 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=17320, stack(0x000000000e4b0000,0x000000000e5b0000)]
  0x000000000c8f5800 JavaThread "TimerQueue" daemon [_thread_blocked, id=12984, stack(0x000000000e3b0000,0x000000000e4b0000)]
  0x000000000b8b7800 JavaThread "JNativeHook Dispatch Thread" daemon [_thread_blocked, id=7164, stack(0x000000000c180000,0x000000000c280000)]
  0x0000000000a0e000 JavaThread "DestroyJavaVM" [_thread_blocked, id=15144, stack(0x0000000002390000,0x0000000002490000)]
  0x000000000c696000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=16700, stack(0x000000000bf80000,0x000000000c080000)]
  0x000000000b74f800 JavaThread "JNativeHook Hook Thread" [_thread_in_native, id=11104, stack(0x000000000c290000,0x000000000c390000)]
  0x000000000b610800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3200, stack(0x000000000bba0000,0x000000000bca0000)]
  0x000000000b610000 JavaThread "AWT-Shutdown" [_thread_blocked, id=15432, stack(0x000000000baa0000,0x000000000bba0000)]
  0x000000000b650800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8452, stack(0x000000000b9a0000,0x000000000baa0000)]
  0x0000000009af7000 JavaThread "Service Thread" daemon [_thread_blocked, id=15028, stack(0x000000000b2c0000,0x000000000b3c0000)]
  0x0000000009af1000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=16352, stack(0x000000000b1c0000,0x000000000b2c0000)]
  0x0000000009aef000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=15376, stack(0x000000000b0c0000,0x000000000b1c0000)]
  0x0000000009aee000 JavaThread "Attach Listener" daemon [_thread_blocked, id=14460, stack(0x000000000afc0000,0x000000000b0c0000)]
  0x0000000009aea800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17168, stack(0x000000000aec0000,0x000000000afc0000)]
  0x0000000009a87000 JavaThread "Finalizer" daemon [_thread_blocked, id=14464, stack(0x000000000adc0000,0x000000000aec0000)]
  0x0000000009a7e000 JavaThread "Reference Handler" daemon [_thread_blocked, id=14440, stack(0x000000000acc0000,0x000000000adc0000)]

Other Threads:
  0x0000000009a76800 VMThread [stack: 0x000000000abc0000,0x000000000acc0000] [id=17392]
  0x0000000009b16000 WatcherThread [stack: 0x000000000b3c0000,0x000000000b4c0000] [id=14864]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 30976K, used 14435K [0x00000000e2360000, 0x00000000e49a0000, 0x0000000100000000)
  eden space 26496K, 37% used [0x00000000e2360000,0x00000000e2d27168,0x00000000e3d40000)
  from space 4480K, 98% used [0x00000000e3dd0000,0x00000000e4221d80,0x00000000e4230000)
  to   space 6336K, 0% used [0x00000000e4370000,0x00000000e4370000,0x00000000e49a0000)
 ParOldGen       total 49216K, used 14699K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a785af80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17872K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a2974190,0x00000000a3f70000)

Card table byte_map: [0x0000000005590000,0x0000000005890000] byte_map_base: 0x0000000005084000

Polling page: 0x00000000009f0000

Code Cache  [0x0000000002590000, 0x0000000002800000, 0x0000000005590000)
 total_blobs=858 nmethods=374 adapters=435 free_code_cache=47735Kb largest_free_block=48837440

Compilation events (10 events):
Event: 50.407 Thread 0x0000000009af1000  368             sun.swing.SwingUtilities2::getFRCProperty (26 bytes)
Event: 50.407 Thread 0x0000000009aef000  367             sun.swing.SwingUtilities2::getFontMetrics (19 bytes)
Event: 50.408 Thread 0x0000000009af1000 nmethod 368 0x00000000026ec2d0 code [0x00000000026ec420, 0x00000000026ec4c8]
Event: 50.409 Thread 0x0000000009aef000 nmethod 367 0x00000000026ebed0 code [0x00000000026ec020, 0x00000000026ec118]
Event: 55.532 Thread 0x0000000009af1000  369             java.lang.Integer::stringSize (21 bytes)
Event: 55.532 Thread 0x0000000009aef000  370             java.lang.Integer::getChars (131 bytes)
Event: 55.534 Thread 0x0000000009af1000 nmethod 369 0x00000000026ebc10 code [0x00000000026ebd40, 0x00000000026ebe38]
Event: 55.539 Thread 0x0000000009aef000 nmethod 370 0x00000000026e7750 code [0x00000000026e78a0, 0x00000000026e7d98]
Event: 55.546 Thread 0x0000000009af1000  371             java.awt.Component::isValid (20 bytes)
Event: 55.547 Thread 0x0000000009af1000 nmethod 371 0x00000000026ee9d0 code [0x00000000026eeb00, 0x00000000026eeb78]

GC Heap History (10 events):
Event: 45.111 GC heap before
{Heap before GC invocations=167 (full 2):
 PSYoungGen      total 30336K, used 29520K [0x00000000e2360000, 0x00000000e47e0000, 0x0000000100000000)
  eden space 24448K, 98% used [0x00000000e2360000,0x00000000e3b013b8,0x00000000e3b40000)
  from space 5888K, 90% used [0x00000000e4220000,0x00000000e4752d90,0x00000000e47e0000)
  to   space 6464K, 0% used [0x00000000e3b40000,0x00000000e3b40000,0x00000000e4190000)
 ParOldGen       total 49216K, used 14651K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a784ef80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296fd18,0x00000000a3f70000)
Event: 45.112 GC heap after
Heap after GC invocations=167 (full 2):
 PSYoungGen      total 29376K, used 5323K [0x00000000e2360000, 0x00000000e4790000, 0x0000000100000000)
  eden space 24000K, 0% used [0x00000000e2360000,0x00000000e2360000,0x00000000e3ad0000)
  from space 5376K, 99% used [0x00000000e3b40000,0x00000000e4072d90,0x00000000e4080000)
  to   space 6528K, 0% used [0x00000000e4130000,0x00000000e4130000,0x00000000e4790000)
 ParOldGen       total 49216K, used 14659K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7850f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296fd18,0x00000000a3f70000)
}
Event: 45.291 GC heap before
{Heap before GC invocations=168 (full 2):
 PSYoungGen      total 29376K, used 28295K [0x00000000e2360000, 0x00000000e4790000, 0x0000000100000000)
  eden space 24000K, 95% used [0x00000000e2360000,0x00000000e39cf128,0x00000000e3ad0000)
  from space 5376K, 99% used [0x00000000e3b40000,0x00000000e4072d90,0x00000000e4080000)
  to   space 6528K, 0% used [0x00000000e4130000,0x00000000e4130000,0x00000000e4790000)
 ParOldGen       total 49216K, used 14659K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7850f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296fd18,0x00000000a3f70000)
Event: 45.293 GC heap after
Heap after GC invocations=168 (full 2):
 PSYoungGen      total 30720K, used 4802K [0x00000000e2360000, 0x00000000e4a00000, 0x0000000100000000)
  eden space 24192K, 0% used [0x00000000e2360000,0x00000000e2360000,0x00000000e3b00000)
  from space 6528K, 73% used [0x00000000e4130000,0x00000000e45e0920,0x00000000e4790000)
  to   space 6336K, 0% used [0x00000000e3b00000,0x00000000e3b00000,0x00000000e4130000)
 ParOldGen       total 49216K, used 14667K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7852f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296fd18,0x00000000a3f70000)
}
Event: 45.492 GC heap before
{Heap before GC invocations=169 (full 2):
 PSYoungGen      total 30720K, used 28092K [0x00000000e2360000, 0x00000000e4a00000, 0x0000000100000000)
  eden space 24192K, 96% used [0x00000000e2360000,0x00000000e3a1e890,0x00000000e3b00000)
  from space 6528K, 73% used [0x00000000e4130000,0x00000000e45e0920,0x00000000e4790000)
  to   space 6336K, 0% used [0x00000000e3b00000,0x00000000e3b00000,0x00000000e4130000)
 ParOldGen       total 49216K, used 14667K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7852f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296fdf8,0x00000000a3f70000)
Event: 45.493 GC heap after
Heap after GC invocations=169 (full 2):
 PSYoungGen      total 30528K, used 5291K [0x00000000e2360000, 0x00000000e4a60000, 0x0000000100000000)
  eden space 24192K, 0% used [0x00000000e2360000,0x00000000e2360000,0x00000000e3b00000)
  from space 6336K, 83% used [0x00000000e3b00000,0x00000000e402ad90,0x00000000e4130000)
  to   space 6400K, 0% used [0x00000000e4420000,0x00000000e4420000,0x00000000e4a60000)
 ParOldGen       total 49216K, used 14683K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7856f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296fdf8,0x00000000a3f70000)
}
Event: 45.716 GC heap before
{Heap before GC invocations=170 (full 2):
 PSYoungGen      total 30528K, used 29483K [0x00000000e2360000, 0x00000000e4a60000, 0x0000000100000000)
  eden space 24192K, 100% used [0x00000000e2360000,0x00000000e3b00000,0x00000000e3b00000)
  from space 6336K, 83% used [0x00000000e3b00000,0x00000000e402ad90,0x00000000e4130000)
  to   space 6400K, 0% used [0x00000000e4420000,0x00000000e4420000,0x00000000e4a60000)
 ParOldGen       total 49216K, used 14683K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7856f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296ff78,0x00000000a3f70000)
Event: 45.718 GC heap after
Heap after GC invocations=170 (full 2):
 PSYoungGen      total 33472K, used 5323K [0x00000000e2360000, 0x00000000e4a80000, 0x0000000100000000)
  eden space 27072K, 0% used [0x00000000e2360000,0x00000000e2360000,0x00000000e3dd0000)
  from space 6400K, 83% used [0x00000000e4420000,0x00000000e4952d90,0x00000000e4a60000)
  to   space 6464K, 0% used [0x00000000e3dd0000,0x00000000e3dd0000,0x00000000e4420000)
 ParOldGen       total 49216K, used 14691K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7858f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17855K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a296ff78,0x00000000a3f70000)
}
Event: 46.502 GC heap before
{Heap before GC invocations=171 (full 2):
 PSYoungGen      total 33472K, used 32395K [0x00000000e2360000, 0x00000000e4a80000, 0x0000000100000000)
  eden space 27072K, 100% used [0x00000000e2360000,0x00000000e3dd0000,0x00000000e3dd0000)
  from space 6400K, 83% used [0x00000000e4420000,0x00000000e4952d90,0x00000000e4a60000)
  to   space 6464K, 0% used [0x00000000e3dd0000,0x00000000e3dd0000,0x00000000e4420000)
 ParOldGen       total 49216K, used 14691K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a7858f80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17863K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a2971d00,0x00000000a3f70000)
Event: 46.503 GC heap after
Heap after GC invocations=171 (full 2):
 PSYoungGen      total 30976K, used 4423K [0x00000000e2360000, 0x00000000e49a0000, 0x0000000100000000)
  eden space 26496K, 0% used [0x00000000e2360000,0x00000000e2360000,0x00000000e3d40000)
  from space 4480K, 98% used [0x00000000e3dd0000,0x00000000e4221d80,0x00000000e4230000)
  to   space 6336K, 0% used [0x00000000e4370000,0x00000000e4370000,0x00000000e49a0000)
 ParOldGen       total 49216K, used 14699K [0x00000000a6a00000, 0x00000000a9a10000, 0x00000000e2360000)
  object space 49216K, 29% used [0x00000000a6a00000,0x00000000a785af80,0x00000000a9a10000)
 PSPermGen       total 40384K, used 17863K [0x00000000a1800000, 0x00000000a3f70000, 0x00000000a6a00000)
  object space 40384K, 44% used [0x00000000a1800000,0x00000000a2971d00,0x00000000a3f70000)
}

Deoptimization events (10 events):
Event: 9.290 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x000000000266992c
Event: 18.993 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x0000000002674298
Event: 19.134 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x0000000002686918
Event: 19.134 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x000000000267fa98
Event: 19.134 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x00000000026210d8
Event: 19.145 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x0000000002674d98
Event: 35.254 Thread 0x000000000c696000 Uncommon trap -12 fr.pc 0x00000000026dca40
Event: 36.890 Thread 0x000000000c696000 Uncommon trap -34 fr.pc 0x00000000026bb4b8
Event: 44.207 Thread 0x000000000c696000 Uncommon trap -34 fr.pc 0x00000000026bb4b8
Event: 46.129 Thread 0x000000000c696000 Uncommon trap -83 fr.pc 0x00000000026cdd04

Internal exceptions (10 events):
Event: 18.999 Thread 0x000000000c696000 Threw 0x00000000e2c704b8 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 19.127 Thread 0x000000000c59a800 Threw 0x00000000e2c75c28 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 19.134 Thread 0x000000000c696000 Implicit null exception at 0x00000000026868c8 to 0x000000000268690e
Event: 19.134 Thread 0x000000000c696000 Implicit null exception at 0x000000000267fa48 to 0x000000000267fa8e
Event: 19.134 Thread 0x000000000c696000 Implicit null exception at 0x0000000002621088 to 0x00000000026210ce
Event: 19.145 Thread 0x000000000c696000 Implicit null exception at 0x0000000002674c45 to 0x0000000002674d81
Event: 35.254 Thread 0x000000000c696000 Implicit null exception at 0x00000000026dc42e to 0x00000000026dc9e5
Event: 46.116 Thread 0x000000000c598000 Threw 0x00000000e3ad8f78 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 50.005 Thread 0x000000000c59b800 Threw 0x00000000e27227f8 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 55.112 Thread 0x000000000c59a800 Threw 0x00000000e2849748 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888

Events (10 events):
Event: 55.552 Thread 0x000000000c59f000 Thread exited: 0x000000000c59f000
Event: 55.553 Executing VM operation: RevokeBias
Event: 55.553 Executing VM operation: RevokeBias done
Event: 55.558 Thread 0x000000000c59a800 Thread added: 0x000000000c59a800
Event: 57.575 Executing VM operation: RevokeBias
Event: 57.575 Executing VM operation: RevokeBias done
Event: 57.575 Thread 0x000000000c59a800 Thread exited: 0x000000000c59a800
Event: 60.271 Thread 0x000000000c59e800 Thread added: 0x000000000c59e800
Event: 60.271 Thread 0x000000000c59d000 Thread exited: 0x000000000c59d000
Event: 60.277 Thread 0x000000000c598000 Thread exited: 0x000000000c598000


Dynamic libraries:
0x00007ff680eb0000 - 0x00007ff680ee3000     C:\Program Files\Java\jdk1.7.0_21\bin\java.exe
0x00007fffae9a0000 - 0x00007fffaeb61000     C:\Windows\SYSTEM32\ntdll.dll
0x00007fffac1f0000 - 0x00007fffac29d000     C:\Windows\system32\KERNEL32.DLL
0x00007fffabe90000 - 0x00007fffac06d000     C:\Windows\system32\KERNELBASE.dll
0x00007fffae8f0000 - 0x00007fffae996000     C:\Windows\system32\ADVAPI32.dll
0x00007fffadbb0000 - 0x00007fffadc4d000     C:\Windows\system32\msvcrt.dll
0x00007fffadd80000 - 0x00007fffadddb000     C:\Windows\system32\sechost.dll
0x00007fffadc50000 - 0x00007fffadd76000     C:\Windows\system32\RPCRT4.dll
0x00007fffae3b0000 - 0x00007fffae4fe000     C:\Windows\system32\USER32.dll
0x00007fffadde0000 - 0x00007fffadf66000     C:\Windows\system32\GDI32.dll
0x00007fff9f910000 - 0x00007fff9fb84000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10240.16384_none_f41f7b285750ef43\COMCTL32.dll
0x00007fffac2c0000 - 0x00007fffac2f6000     C:\Windows\system32\IMM32.DLL
0x00007fffada50000 - 0x00007fffadbac000     C:\Windows\system32\MSCTF.dll
0x0000000075860000 - 0x0000000075931000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\msvcr100.dll
0x0000000075940000 - 0x0000000076061000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\server\jvm.dll
0x00007fffae510000 - 0x00007fffae518000     C:\Windows\system32\PSAPI.DLL
0x00007fffa9550000 - 0x00007fffa9573000     C:\Windows\SYSTEM32\WINMM.dll
0x00007fffa1ce0000 - 0x00007fffa1ce9000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007fffae340000 - 0x00007fffae3a9000     C:\Windows\system32\WS2_32.dll
0x00007fffae500000 - 0x00007fffae508000     C:\Windows\system32\NSI.dll
0x0000000000a10000 - 0x0000000000a3c000     C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007fffabaa0000 - 0x00007fffabae4000     C:\Windows\system32\cfgmgr32.dll
0x00007fffa9d40000 - 0x00007fffa9d67000     C:\Windows\SYSTEM32\DEVOBJ.dll
0x0000000075810000 - 0x000000007581f000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\verify.dll
0x00000000757e0000 - 0x0000000075808000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.dll
0x00000000757c0000 - 0x00000000757d5000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\zip.dll
0x00000000757a0000 - 0x00000000757b9000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\net.dll
0x00007fffaac40000 - 0x00007fffaac9d000     C:\Windows\system32\mswsock.dll
0x0000000075780000 - 0x0000000075791000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\nio.dll
0x00000000755e0000 - 0x0000000075773000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\awt.dll
0x00007fffac070000 - 0x00007fffac12e000     C:\Windows\system32\OLEAUT32.dll
0x00007fffae520000 - 0x00007fffae79c000     C:\Windows\system32\combase.dll
0x00007fffa9b20000 - 0x00007fffa9b98000     C:\Windows\system32\apphelp.dll
0x00007fffa9ca0000 - 0x00007fffa9d36000     C:\Windows\system32\uxtheme.dll
0x00007fffa9380000 - 0x00007fffa93a2000     C:\Windows\system32\dwmapi.dll
0x00007fffae7a0000 - 0x00007fffae8e1000     C:\Windows\system32\ole32.dll
0x00007fffab440000 - 0x00007fffab44f000     C:\Windows\system32\kernel.appcore.dll
0x00007fffab220000 - 0x00007fffab28b000     C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x00007fffac520000 - 0x00007fffada42000     C:\Windows\system32\SHELL32.dll
0x00007fffab470000 - 0x00007fffaba98000     C:\Windows\system32\windows.storage.dll
0x00007fffac190000 - 0x00007fffac1e1000     C:\Windows\system32\shlwapi.dll
0x00007fffabc00000 - 0x00007fffabcb3000     C:\Windows\system32\shcore.dll
0x00007fffab3d0000 - 0x00007fffab41a000     C:\Windows\system32\powrprof.dll
0x00007fffab420000 - 0x00007fffab433000     C:\Windows\system32\profapi.dll
0x0000000065e40000 - 0x0000000065e55000     C:\JCodes\BioSmart\JNativeHook-2.0.2.dll
0x00007fff9f250000 - 0x00007fff9f257000     C:\Windows\system32\KBDUS.DLL
0x00007fffaaca0000 - 0x00007fffaacb7000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007fffaaf10000 - 0x00007fffaaf38000     C:\Windows\SYSTEM32\bcrypt.dll
0x00007fffaa8f0000 - 0x00007fffaa923000     C:\Windows\system32\rsaenh.dll
0x00007fffaa9e0000 - 0x00007fffaa9ff000     C:\Windows\SYSTEM32\USERENV.dll
0x00007fffaae10000 - 0x00007fffaae1b000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007fffa1c80000 - 0x00007fffa1c95000     C:\Windows\system32\napinsp.dll
0x00007fffa1c60000 - 0x00007fffa1c7a000     C:\Windows\system32\pnrpnsp.dll
0x00007fffa4620000 - 0x00007fffa4638000     C:\Windows\system32\NLAapi.dll
0x00007fffaaa40000 - 0x00007fffaaae8000     C:\Windows\SYSTEM32\DNSAPI.dll
0x00007fff9cee0000 - 0x00007fff9ceed000     C:\Windows\System32\winrnr.dll
0x00007fff8b960000 - 0x00007fff8b975000     C:\Windows\system32\wshbth.dll
0x00007fffa23f0000 - 0x00007fffa23fa000     C:\Windows\System32\rasadhlp.dll
0x00007fffa4200000 - 0x00007fffa4238000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007fffa44a0000 - 0x00007fffa44ab000     C:\Windows\SYSTEM32\WINNSI.DLL
0x00007fffa2a90000 - 0x00007fffa2af8000     C:\Windows\System32\fwpuclnt.dll
0x00000000755a0000 - 0x00000000755de000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\fontmanager.dll
0x00007fff89040000 - 0x00007fff890d1000     C:\Windows\SYSTEM32\mscms.dll
0x00007fff93170000 - 0x00007fff931b2000     C:\Windows\SYSTEM32\icm32.dll
0x0000000075550000 - 0x0000000075591000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\t2k.dll
0x00007fff8f130000 - 0x00007fff8f15b000     C:\JCodes\BioSmart\native\aw_preface_jni.dll
0x00007fff70a60000 - 0x00007fff73c03000     C:\JCodes\biosmart\native\aw_preface.dll
0x00007fff8c990000 - 0x00007fff8c9b9000     C:\Users\Kole\AppData\Local\Temp\BridJExtractedLibraries4815934174802391238\bridj.dll
0x00007fff8b470000 - 0x00007fff8b4a6000     C:\Users\Kole\AppData\Local\Temp\BridJExtractedLibraries4815934174802391238\OpenIMAJGrabber.dll
0x00007fffae140000 - 0x00007fffae1e5000     C:\Windows\system32\clbcatq.dll
0x00007fff9e590000 - 0x00007fff9e5a8000     C:\Windows\System32\devenum.dll
0x00007fffadf70000 - 0x00007fffae135000     C:\Windows\system32\setupapi.dll
0x00007fffaa770000 - 0x00007fffaa7a2000     C:\Windows\SYSTEM32\ntmarta.dll
0x00007fffabaf0000 - 0x00007fffabb44000     C:\Windows\system32\WINTRUST.dll
0x00007fffab450000 - 0x00007fffab461000     C:\Windows\system32\MSASN1.dll
0x00007fffabcc0000 - 0x00007fffabe81000     C:\Windows\system32\CRYPT32.dll
0x00007fffa6850000 - 0x00007fffa685a000     C:\Windows\SYSTEM32\msdmo.dll
0x00007fff96a10000 - 0x00007fff96a44000     C:\Windows\System32\qcap.dll
0x00007fff87f00000 - 0x00007fff880cd000     C:\Windows\System32\quartz.dll
0x00007fff8efd0000 - 0x00007fff8f01f000     C:\Windows\System32\ksproxy.ax
0x00007fffa3c40000 - 0x00007fffa3c48000     C:\Windows\System32\ksuser.dll
0x00007fff8b110000 - 0x00007fff8b320000     C:\Windows\System32\d3d9.dll
0x00007fffa2e50000 - 0x00007fffa2e89000     C:\Windows\SYSTEM32\policymanager.dll
0x00007fffa3610000 - 0x00007fffa36a2000     C:\Windows\System32\msvcp110_win.dll
0x00007fffa2e10000 - 0x00007fffa2e46000     C:\Windows\System32\XmlLite.dll
0x00007fffa2d40000 - 0x00007fffa2d4e000     C:\Windows\System32\vidcap.ax
0x00007fff9d1d0000 - 0x00007fff9d1f7000     C:\Windows\System32\kswdmcap.ax
0x00007fff87d90000 - 0x00007fff87f00000     C:\Windows\System32\MFC42.dll
0x00007fff8bb30000 - 0x00007fff8bbe0000     C:\Windows\System32\ODBC32.dll
0x00007fffaa850000 - 0x00007fffaa85a000     C:\Windows\System32\DPAPI.dll
0x00007fff87c00000 - 0x00007fff87cab000     C:\Windows\System32\qedit.dll
0x00007fffae1f0000 - 0x00007fffae2c7000     C:\Windows\system32\COMDLG32.dll
0x00007fff92ee0000 - 0x00007fff92f09000     C:\Windows\System32\MSVFW32.dll
0x00007fff9fb90000 - 0x00007fff9fd38000     C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10240.16603_none_89ad014f9af1a159\gdiplus.dll
0x00007fff97710000 - 0x00007fff97806000     C:\Windows\System32\DDRAW.dll
0x00007fff97690000 - 0x00007fff97698000     C:\Windows\System32\DCIMAN32.dll
0x0000000075510000 - 0x000000007553a000     C:\Program Files\Java\jdk1.7.0_21\jre\bin\dcpr.dll
0x00007fffa7100000 - 0x00007fffa728a000     C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Dfile.encoding=UTF-8 
java_command: com.sf.biosmart.BioSmartController
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_21\jdk1.7.0_45\bin;C:\Program Files\TortoiseSVN\bin;C:\apache-ant-1.9.6\bin;M2_HOME\bin;C:\Program Files\Java\jdk1.7.0_21\bin;C:\apache-maven-3.3.3\bin;C:\JCodes\biosmart\native;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Skype\Phone\;C:\MinGW\msys\1.0\bin
USERNAME=Kole
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 8 , 64 bit Build 9200 

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 5857140k(1016268k free), swap 12743084k(2183700k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (23.21-b01) for windows-amd64 JRE (1.7.0_21-b11), built on Apr  4 2013 08:11:28 by "java_re" with unknown MS VC++:1600

time: Sun Jan 17 20:12:50 2016
elapsed time: 60 seconds
@bxnkole bxnkole changed the title OpenIMAJGrabber DLL identified as cause of crash OpenIMAJGrabber DLL identified as cause of java crash Jan 19, 2016
@sarxos sarxos closed this as completed in 2ccfaed Feb 10, 2016
@sarxos sarxos added the bug label Feb 10, 2016
@sarxos
Copy link
Owner

sarxos commented Feb 10, 2016

Hi @bxnkole,

Thank you for the report. This should be fixed now.

@bxnkole
Copy link
Author

bxnkole commented May 10, 2016

Thanks @sarxos, will there be a release for this fix?

@sarxos
Copy link
Owner

sarxos commented May 10, 2016

Can you please try snapshot and verify if change implemented in 2ccfaed fixed this issue?

@bxnkole
Copy link
Author

bxnkole commented May 10, 2016

Ok I will. Thank you.
On 10 May 2016 09:54, "Bartosz Firyn" notifications@github.com wrote:

Can you please try snapshot
https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.sarxos&a=webcam-capture&v=0.3.12-SNAPSHOT
and verify if change implemented in 2ccfaed
2ccfaed
fixed this issue?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#431 (comment)

@bxnkole
Copy link
Author

bxnkole commented May 11, 2016

@sarxos I just did a series of captures with the snapshot. The crash occurred about 20 minutes later. There was no crash dump this time but I enabled debug mode. See logs below

2016-05-11 16:18:51,493 DEBUG ImageCaptureDialog:930 - *** Attempting to capture a passport.
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d280, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d760, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:51 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:52 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:53 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d340, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d2a0, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:54 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:55 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:55 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:55 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:55 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:18:55 PM org.bridj.BridJ log
INFO: Calling method public native void com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.stopSession()
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d400, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d380, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:18:57 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
2016-05-11 16:19:00,108 DEBUG e:42 - START HARMONIZING
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d4e0, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68d4a0, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:00 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68dac0, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68e000, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:01 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68df80, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68dd40, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:03 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
2016-05-11 16:19:04,094 DEBUG NewBioPanel:469 - **************selected item isMissing Right Hand
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68dfa0, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68dec0, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:06 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68e060, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68e0e0, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:09 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
2016-05-11 16:19:10,517 DEBUG NewBioPanel:1098 - ************** attempting to capture Missing Right Hand
2016-05-11 16:19:10,517 DEBUG ImageCaptureDialog:101 - Inside the image capture dialog constructor... 
2016-05-11 16:19:10,533 DEBUG ImageCaptureDialog:418 - **** initialize the picker
2016-05-11 16:19:10,533 DEBUG ImageCaptureDialog:421 - ******** webcam picker init successful 
2016-05-11 16:19:10,533 DEBUG ImageCaptureDialog:433 - *** init the webcam panel
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Creating C++ instance of type class com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber with args []
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native void org.bridj.dyncallbacks.PointerToVoid_0.apply(org.bridj.Pointer)
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68e100, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68e1c0, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native boolean com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.startSession(int,int,double,org.bridj.Pointer)
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native void com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.setTimeout(int)
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getWidth()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getHeight()
May 11, 2016 4:19:10 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
2016-05-11 16:19:11,462 DEBUG ImageCaptureDialog:458 - done init-ing webcam, exit method
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:11 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68df40, targetType = com.github.sarxos.webcam.ds.buildin.natives.DeviceList, order = LITTLE_ENDIAN)
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getDevice(int)
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Created native object from pointer Pointer(peer = 0x68e080, targetType = com.github.sarxos.webcam.ds.buildin.natives.Device, order = LITTLE_ENDIAN)
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.DeviceList.getNumDevices()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getName()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method protected native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.Device.getIdentifier()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:12 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Destructing instance of C++ type com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber (address = Pointer(peer = 0x108775f0, targetType = com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber, order = LITTLE_ENDIAN), destructor = Pointer(peer = 0x7fffb53c19a0, targetType = org.bridj.cpp.CPPRuntime$CPPDestructor, order = LITTLE_ENDIAN))
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native void org.bridj.cpp.CPPRuntime_CPPDestructor_NativeImpl.destroy(long)
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getImage()
May 11, 2016 4:19:13 PM org.bridj.BridJ log
INFO: Calling method public native int com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()

Although I didn't notice anything out of the ordinary here.

Thank you for your support.

@sarxos sarxos reopened this May 12, 2016
@blacktorch
Copy link

This issue still persists on 64 bit Java builds , is there any fix for this yet. Thanks

1 similar comment
@wdp1990821
Copy link

This issue still persists on 64 bit Java builds , is there any fix for this yet. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants