I try the example “GettingStartedCapture” and the following line throws error
String cameras = Capture.list();
UnsatisfiedLinkError: Error looking up function ‘gst_date_get_type’: /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type
A library relies on native code that’s not available.
Or only works properly when the sketch is run as a 32-bit application.
I have Processing 3.4 64 bits on Ubuntu 18.04.
Thanks for your help.
kfrajer, when I execute uname -a I get:
Linux lisandro-Notebook 4.15.0-30-generic #32-Ubuntu SMP Thu Jul 26 17:42:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
That’s something @gohai might have a handle on? Some of how this worked changed in GStreamer 1.x and I’m not sure how fully featured the new version of the Video library is here.
Extract the downloaded zip file into your Processing library folder.
This is a folder named “libraries” inside your sketchbook folder.
"To find (and change) the Processing sketchbook location on your computer, open
the Preferences window from the Processing application (PDE) and look for the "Sketchbook
location" item at the top"
Thank you very much. I am sorry that I did not answered fast. The libraries are working now and i am searching this error. “A library relies on native code that’s not available.
Or only works properly when the sketch is run as a 32-bit application.”