Using the cpplinq average operator on the ESP32, with the Arduino core.
Python OpenCV: Flipping an image
How to flip an image, using Python and OpenCV
Python: How to get the OpenCV version
How to get the OpenCV version in Python.
ESP32 cpplinq: Concatenating arrays
Concatenating arrays with cpplinq, running on the ESP32.
ESP32 HTTPS server: Handling route not found
How to handle route not found requests on a HTTPS server hosted on the ESP32.
ESP32 HTTPS server: Specifying HTTP response status code
How to specify the HTTP status code to be returned to clients from the routes of a HTTPS server hosted on the ESP32.
ESP32 Arduino cpplinq: the count operator
How to use the cpplinq count operator on the ESP32, using the Arduino core.
ESP32 Arduino: Chaining cpplinq operators
How to chain multiple cpplinq expressions to apply conditions to arrays, using the ESP32 and the Arduino core.
ESP32 Arduino cpplinq: Getting minimum and maximum values from array
How to obtain the minimum and maximum values of an array using cpplinq.
Python OpenCV: Converting an image to black and white
How to convert an image to black and white, using Python and OpenCV.