AccessPointFeature

Scan and connect the camera to an Access Point

The camera operates in STA mode when connected to the Access Point

See also

Properties

Link copied to clipboard
val state: StateFlow<AccessPointState>

Functions

Link copied to clipboard
suspend fun connectAccessPoint(ssid: String): Result<Unit>

Connect to a previously provisioned access point

suspend fun connectAccessPoint(ssid: String, password: String): Result<Unit>

Connect to an access point that has not been previously provisioned

Link copied to clipboard

Disconnect from the currently connected access point

Link copied to clipboard

Scan for available Access Points