setDateTime

suspend fun setDateTime(datetime: LocalDateTime, utcOffset: UtcOffset, isDaylightSavings: Boolean): Result<Unit>

Set the camera's date and time.

Note! The camera certificate's used by gopro.features.CohnFeature require that this time is correct. It is not recommended to set this manually.

Parameters

datetime

date and time

utcOffset

UTC offset in minutes

isDaylightSavings

true if daylight savings time. false otherwise

See also