<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
I am trying to integrate a Camera/Viewfinder in my all
qml/pyOtherSide App, and was using the example provided by the
harbour-advcompogallery <a
href="https://github.com/Acce0ss/advcompogallery-sailfish">harbour-advcompogallery</a>
App.<br>
<br>
Apperently, the Camera seems to not work with the sailfish-qml
launcher. (provided by libsailfishapp-launcher)<br>
It throws an error upon activating:<br>
<blockquote type="cite">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<pre class="prettyprint" style="padding: 2px; font-family: Consolas, Monaco, 'Liberation Mono', 'Lucida Console', monospace; font-size: 14px; color: rgb(51, 51, 51); border-radius: 4px; display: block; margin: 0px 0px 18px; line-height: 18px; border: 1px solid rgb(136, 136, 136); white-space: pre-wrap; word-break: break-all; word-wrap: break-word; clear: both; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);"><code style="padding: 0px; font-family: Consolas, Monaco, 'Liberation Mono', 'Lucida Console', monospace; font-size: 14px; color: inherit; border-radius: 3px; border: 0px; clear: both; background-color: transparent;"><span class="pun" style="color: rgb(102, 102, 0);">[</span><span class="pln" style="color: rgb(0, 0, 0);">W</span><span class="pun" style="color: rgb(1
02, 102, 0);">]</span><span class="pln" style="color: rgb(0, 0, 0);"> </span><span class="typ" style="color: rgb(102, 0, 102);">QCameraPrivate</span><span class="pun" style="color: rgb(102, 102, 0);">::</span><span class="pln" style="color: rgb(0, 0, 0);">_q_error</span><span class="pun" style="color: rgb(102, 102, 0);">:</span><span class="lit" style="color: rgb(0, 102, 102);">171</span><span class="pln" style="color: rgb(0, 0, 0);"> </span><span class="pun" style="color: rgb(102, 102, 0);">-</span><span class="pln" style="color: rgb(0, 0, 0);"> </span><span class="typ" style="color: rgb(102, 0, 102);">Camera</span><span class="pln" style="color: rgb(0, 0, 0);"> error</span><span class="pun" style="color: rgb(102, 102, 0);">:</span><span class="pln" style="color: rgb(0, 0, 0);"> </span><span class="str" style="color: rgb(0, 136, 0);">"Failed to link 'viewfinder bin queue' to 'viewfinder bin capsfilter'."</span></code></pre>
</blockquote>
<br>
is there a way around this other than using a c compiled launcher
binary? In the compiled advcompogallery app it seems to work, but
not in the sailfish-qml launcher.<br>
<br>
Thanks
</body>
</html>