213
260
g_print ("Failed to create pngenc.\n");
216
g_object_set (G_OBJECT(camerabin), "image-capture-encoder", camerabin, NULL);
217
263
g_object_set (G_OBJECT(camerabin), "location", "/tmp/webcam_photo.jpg", NULL);
218
264
g_object_set (G_OBJECT(camerabin), "post-previews", FALSE, NULL);
219
265
g_signal_emit_by_name (camerabin, "start-capture", NULL);