Skip to content

Nothing to see here. This is used for all kinds of experimentation and temporary work.

Notifications You must be signed in to change notification settings

halldorfannar/experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

experiments

Nothing to see here. This is used for all kinds of experimentation and temporary work.

enum CaptureType
{
	kCaptureType360Mono = 0,
	kCaptureType360Stereo,
	kCaptureTypeSuperResolution,
	kCaptureTypeStereo
};

struct CaptureConfiguration
{
	CaptureType captureType;
};

typedef void(*StartCaptureCallback)(const CaptureConfiguration&, void* userPointer);
typedef void(*StopCaptureCallback)(void* userPointer);

About

Nothing to see here. This is used for all kinds of experimentation and temporary work.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages