logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_HINT_CAMERA_DRIVER - A variable that decides what camera backend to use.

Availability

       This hint is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                          SDL_HINT_CAMERA_DRIVER(3)

Description

       By  default, SDL will try all available camera backends in a reasonable order until it finds one that can
       work, but this hint allows the app or user to force a specific target, such as "directshow" if, say,  you
       are on Windows Media Foundations but want to try DirectShow instead.

       The  default  value  is  unset,  in which case SDL will try to figure out the best camera backend on your
       behalf. This hint needs to be set before SDL_Init() is called to be useful.

Name

       SDL_HINT_CAMERA_DRIVER - A variable that decides what camera backend to use.

Synopsis

#include<SDL3/SDL_hints.h>#defineSDL_HINT_CAMERA_DRIVER"SDL_CAMERA_DRIVER"

See Also