aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive.c')
-rw-r--r--src/survive.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/survive.c b/src/survive.c
index ce17295..13aeee9 100644
--- a/src/survive.c
+++ b/src/survive.c
@@ -343,6 +343,11 @@ int survive_startup(SurviveContext *ctx) {
}
}
+ if( ctx->objs_ct == 0 )
+ {
+ SV_ERROR( "Fatal error: No trackable objects found in any calibrators." );
+ }
+
return 0;
}