You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
752 B

3 years ago
#' Retrieve Radiometric Image Data from and Configure and Control tCam and tCam-Mini
#' Thermal Imaging Systems
#'
#' The tCam and tCam-Mini (<https://github.com/danjulio/lepton/tree/master/ESP32>)
#' are two cameras designed around the ESP32 chipset and provide easy access to
#' radiometric data from Lepton 3.5 sensors. Tools are provided to configure, control,
#' and receive radiometric data from tCam systems.
#'
#' @md
#' @name tcam
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
3 years ago
#' @importFrom RcppSimdJson fparse
#' @importFrom openssl base64_decode
#' @importFrom tidyr gather
#' @importFrom dplyr mutate mutate_at
#' @importFrom stringi stri_replace_all_regex
#' @importFrom utils hasName
#' @importFrom jsonlite toJSON
"_PACKAGE"