Direct Camera for Unreal
Direct Camera Unreal docs
Loading...
Searching...
No Matches
FDirectCameraAndroidModule Class Reference

#include <DirectCameraAndroid.h>

Public Member Functions

virtual void StartupModule () override
virtual void ShutdownModule () override

Detailed Description

This module runs on Android only, and does the actual connection to the camera using the Android Camera2 API (via the DirectCamera library which lives in lib/)

You should not need to interact with anything in this module directly, instead use UCameraCaptureSettingsLibrary::OpenDirectCamera which is exposed to blueprints as Open Direct Camera. Or use URLs directly if you want, check out the OpenDirectCamera documentation for more information on those.

Member Function Documentation

◆ ShutdownModule()

void FDirectCameraAndroidModule::ShutdownModule ( )
overridevirtual

◆ StartupModule()

void FDirectCameraAndroidModule::StartupModule ( )
overridevirtual

IModuleInterface implementation


The documentation for this class was generated from the following files: