After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 789698 - Camerabin Android cameras
Camerabin Android cameras
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.12.3
Other other
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-31 10:22 UTC by test.code.010
Modified: 2017-11-04 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description test.code.010 2017-10-31 10:22:09 UTC
Hey,

New to GStreamer, I am looking the web for examples to get going with Android cameras and GStreamer.

Need to encode, packetize and send the packets generated with the cameras (front or rear) to a LAN IP. 

I only found Camerabin in the plugins makefile ("Take image snapshots and record movies from camera") that may be able to do such a thing but I can't get it working.

data->pipeline = gst_parse_launch("camerabin mode=2 ! encodebin ! rtpjpegpay ! udpsink host=192.168.41.3 port=2500", &error);

I am getting the following error :

"gst_parse_perform_link could not link camerabin0 to encodebin0"

If this plugin is the right to use, I would really appreciate if someone got working examples with it / could give me some help.

Thank you.
Comment 1 Tim-Philipp Müller 2017-11-04 10:41:52 UTC
Thanks for your interest in GStreamer.

Could you please take this question to either the gstreamer-devel mailing list  or our IRC channel #gstreamer on freenode (during the week is usually best)?

We use Bugzilla only for bug reports and not for support questions. Thanks!