Advertisement
Guest User

webcam-capture-Error

a guest
Jul 31st, 2014
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. 11:18:42.578 [main] INFO c.g.sarxos.webcam.WebcamDriverUtils - Searching driver com.github.sarxos.webcam.ds.openimaj.OpenImajDriver
  2. 11:18:42.585 [main] DEBUG c.g.sarxos.webcam.WebcamDriverUtils - Driver com.github.sarxos.webcam.ds.openimaj.OpenImajDriver not found
  3. 11:18:42.589 [main] INFO c.g.sarxos.webcam.WebcamDriverUtils - Searching driver com.github.sarxos.webcam.ds.civil.LtiCivilDriver
  4. 11:18:42.595 [main] DEBUG c.g.sarxos.webcam.WebcamDriverUtils - Driver com.github.sarxos.webcam.ds.civil.LtiCivilDriver not found
  5. 11:18:42.598 [main] INFO c.g.sarxos.webcam.WebcamDriverUtils - Searching driver com.github.sarxos.webcam.ds.jmf.JmfDriver
  6. 11:18:42.604 [main] DEBUG c.g.sarxos.webcam.WebcamDriverUtils - Driver com.github.sarxos.webcam.ds.jmf.JmfDriver not found
  7. 11:18:42.607 [main] INFO com.github.sarxos.webcam.Webcam - Webcam driver has not been found, default one will be used!
  8. 11:18:42.659 [webcam-discovery-service] DEBUG c.g.s.w.d.b.WebcamDefaultDriver - Searching devices
  9. Java HotSpot(TM) Client VM warning: You have loaded library /tmp/BridJExtractedLibraries8835024590982118533/bridj.so which might have disabled stack guard. The VM will try to fix the stack guard now.
  10. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
  11. getLibrarySymbols has 141 symbols
  12. 11:18:46.381 [webcam-discovery-service] DEBUG c.g.s.w.d.b.WebcamDefaultDriver - Found device HP Webcam GJ502AA /dev/video0
  13. 11:18:46.439 [main] DEBUG com.github.sarxos.webcam.Webcam - Setting new resolution 320x240
  14. 11:18:46.533 [atomic-processor] INFO c.g.s.webcam.ds.cgt.WebcamOpenTask - Opening webcam HP Webcam GJ502AA /dev/video0
  15. 11:18:46.536 [atomic-processor] DEBUG c.g.s.w.d.b.WebcamDefaultDevice - Opening webcam device HP Webcam GJ502AA /dev/video0
  16. 11:18:46.540 [atomic-processor] DEBUG c.g.s.w.d.b.WebcamDefaultDevice - Webcam device /dev/video0 starting session, size java.awt.Dimension[width=320,height=240]
  17. #
  18. # A fatal error has been detected by the Java Runtime Environment:
  19. #
  20. # SIGSEGV (0xb) at pc=0xb6e37204, pid=2297, tid=2901406816
  21. #
  22. # JRE version: Java(TM) SE Runtime Environment (8.0_06-b23) (build 1.8.0_06-b23)
  23. # Java VM: Java HotSpot(TM) Client VM (25.6-b23 mixed mode linux-arm )
  24. # Problematic frame:
  25. # C [libc.so.6+0x79204] strcpy+0x14
  26. #
  27. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  28. #
  29. # An error report file with more information is saved as:
  30. # /root/Downloads/motion-capture/hs_err_pid2297.log
  31. #
  32. # If you would like to submit a bug report, please visit:
  33. # http://bugreport.sun.com/bugreport/crash.jsp
  34. #
  35. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement