Initial libcamera support

This commit is contained in:
Mr-Dave
2022-06-12 16:07:42 -06:00
parent bb91881461
commit 89b512311e
9 changed files with 623 additions and 6 deletions

View File

@@ -344,6 +344,12 @@ static void motion_ntc(void)
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("mmal : not available"));
#endif
#ifdef HAVE_LIBCAM
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("libcam : available"));
#else
MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO,_("libcam : not available"));
#endif
#ifdef HAVE_MYSQL
MOTION_LOG(DBG, TYPE_DB, NO_ERRNO,_("mysql : available"));
#else