I've encountered an issue when trying to install the HUSKYLENS library using the Arduino CLI. The installation fails with the error message: Library install failed: library not valid.
Upon investigating, I found that the library.properties file is located inside the Example folder. According to Arduino library specifications, the library.properties file needs to be in the root directory of the repository for the Arduino CLI and Arduino IDE to recognize it as a valid library. I believe by placing the library.properties file in the root directory, the library will be properly recognized by both the Arduino CLI and Arduino IDE, facilitating easier installation and use.