setApMode

suspend fun setApMode(enable: Boolean): Result<Unit>

Set camera Access Point on / off

This enables / disables connections to the camera where the camers is operating as an Access Point

Parameters

enable

true to enable. false to disable

See also