MCPcopy Create free account
hub / github.com/SirLynix/obs-kinect / SetSourceType

Method SetSourceType

src/KinectSource.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void KinectSource::SetSourceType(SourceType sourceType)
63{
64 if (m_sourceType != sourceType)
65 {
66 m_finalTexture.reset();
67 m_sourceType = sourceType;
68 }
69}
70
71void KinectSource::UpdateDepthToColor(DepthToColorSettings depthToColor)
72{

Callers 1

kinect_source_updateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected