Skip to content

Commit

Permalink
apple: enable JoeMatt's avfoundation-based camera driver
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Mar 4, 2025
1 parent 58752d0 commit 8c729fd
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 0 deletions.
3 changes: 3 additions & 0 deletions camera/camera_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ const camera_driver_t *camera_drivers[] = {
#ifdef ANDROID
&camera_android,
#endif
#ifdef HAVE_AVF
&camera_avfoundation,
#endif
#ifdef HAVE_FFMPEG
&camera_ffmpeg,
#endif
Expand Down
Loading

0 comments on commit 8c729fd

Please sign in to comment.