<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I am attempting to use  camerabin to take snapshots.<br>
    <br>
    I see from a gst-inspect-1.0 of camerabin that a) the default mode
    is '(1): mode-image       - Still image capture' and b) there are
    two 'Element Actions' of 'start-capture' and 'stop-capture'.<br>
    <br>
    I assume that stop-capture is only required if the capture mode is
    'mode-video'.<br>
    <br>
    What I don't know is how to initiate the start-capture.  I can see
    that the inspect tells me  that start-capture is<br>
    <blockquote>void user_function (GstElement* object);<br>
    </blockquote>
    but if I have declared an element called 'myBin' using<br>
    <blockquote>myBin  = gst_element_factory_make ("camerabin", 
      "cambin1");<br>
    </blockquote>
    how would I make it take a picture?<br>
    <br>
    <div class="moz-signature">Ian<br>
    </div>
  </body>
</html>