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

c4a38d6 · Mar 6, 2019

History

16 Commits
Feb 16, 2017
Mar 6, 2019
Mar 6, 2019

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