Camerabin2 for Android

Lee Matthews lma at spaceapplications.com
Mon Jun 16 07:52:44 PDT 2014


Ok, I managed to solve it. I was missing libgstphotography-1.0 and libgstbasecamerabinsrc-1.0 in the GSTREAMER_ROOT_ANDROID/lib directory. I had to copy them over from their location within the cerbero directory structure.

Lee

----- Original Message -----
From: "Lee Matthews" <lma at spaceapplications.com>
To: "Discussion of the development of and with GStreamer" <gstreamer-devel at lists.freedesktop.org>
Sent: Monday, 16 June, 2014 3:50:25 PM
Subject: Camerabin2 for Android

Hi,

I'm trying to build a dynamic library for an Android phone using the gstreamer ndk setup. I've added the camerabin plugin to the gstreamer Android.mk file.
The static libraries were built using cerbero.

When I try building I get :

lma at lma-Precision-T1650:~/Android/gstreamer$ ndk-build NDK_DEBUG=1
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml    
[armeabi] Gdbserver      : [arm-linux-androideabi-4.6] libs/armeabi/gdbserver
[armeabi] Gdbsetup       : libs/armeabi/gdb.setup
GStreamer      : [GEN] => gst-build-armeabi/gstreamer_android.c
GStreamer      : [COMPILE] => gst-build-armeabi/gstreamer_android.c
GStreamer      : [LINK] => gst-build-armeabi/libgstreamer_android.so
arm-linux-androideabi-gcc: error: gstphotography-1.0: No such file or directory
arm-linux-androideabi-gcc: error: gstbasecamerabinsrc-1.0: No such file or directory


Apparently gstphotography is an interface and not a plugin, but how can I resolve this issue so that I can build the dynamic library ?

Thanks
Lee
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list