mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-18 03:24:38 -04:00
Initial libcamera support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user