GNOME Bugzilla – Bug 767087
ahcsrc: improve error message when camera open fails
Last modified: 2018-01-28 18:53:58 UTC
W/GStreamer+ahcsrc(23303): 0:00:45.427034311 0x64419e60 gstahcsrc.c:2355:gst_ahc_src_open:<ahcsrc0> error: Unable to open device '0'. W/GStreamer+ahcsrc(23303): 0:00:45.427188234 0x64419e60 gstahcsrc.c:2355:gst_ahc_src_open:<ahcsrc0> error: system error: Success
Hah. Let's try this: commit 889a1a9b905d9570fb3305b4d765697f6a07ac5d Author: Tim-Philipp Müller <tim@centricular.com> Date: Tue May 31 20:41:14 2016 +0100 androidmedia: fix error debug message when camera doesn't exist Makes no sense to include the system error here since errno will likely not be set and then it says 'system error: success' which is confusing. https://bugzilla.gnome.org/show_bug.cgi?id=767087
On second thought, let's re-open this. We should also mention what the problem is in this case, since the device number is valid.
I don't remember what else I wanted to do here exactly.