Index: motion.c
===================================================================
--- motion.c	(revision 247)
+++ motion.c	(working copy)
@@ -1336,7 +1336,8 @@
 			 */
 			if (cnt->conf.output_all) {
 				cnt->detecting_motion = 1;
-				cnt->current_image->flags |= IMAGE_SAVE;
+				cnt->current_image->flags |= (IMAGE_TRIGGER | IMAGE_SAVE);
+				motion_detected(cnt, cnt->video_dev, cnt->current_image);
 			} else if (cnt->current_image->diffs > cnt->threshold) {
 				/* flag this image, it have motion */
 				cnt->current_image->flags |= IMAGE_MOTION;
