GSvideo pipeline color issue
in
Contributed Library Questions
•
3 years ago
Hi,
I'm with an strange behavior using GSvideo pipeline's.
If I run this line on my terminal:
- gst-launch-0.10 v4l2src ! ffmpegcolorspace ! video/x-raw-rgb, width=640, height=480, bpp=32, depth=24 ! ximagesink
This is the image displayed from gst-lauunch:
And this is the output from Processing with the same line:
and also I've this error message:
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # SIGSEGV (0xb) at pc=0xb6e03a6f, pid=12216, tid=2163653488
- #
- # JRE version: 6.0_21-b06
- # Java VM: Java HotSpot(TM) Server VM (17.0-b16 mixed mode linux-x86 )
- # Problematic frame:
- # V [libjvm.so+0x2b0a6f]
- #
- # An error report file with more information is saved as:
- # /home/zea/software/processing-1.2.1/hs_err_pid12216.log
- #
- # If you would like to submit a bug report, please visit:
- # http://java.sun.com/webapps/bugreport/crash.jsp
- #
Anyone can give me a clue about this?
1