Search found 4 matches

by StefOlivier
Mon Nov 16, 2020 4:48 am
Forum: General Discussion
Topic: Any help for make a WebCam (USB) with ESP32-cam
Replies: 5
Views: 10930

Re: Any help for make a WebCam (USB) with ESP32-cam

Thank you for your answer.
by StefOlivier
Sun Nov 15, 2020 11:12 am
Forum: General Discussion
Topic: Any help for make a WebCam (USB) with ESP32-cam
Replies: 5
Views: 10930

Any help for make a WebCam (USB) with ESP32-cam

Hello Everybody, :ugeek: I will try to write my best, but I'm French.... I want to do a webcam with ESP32-cam and I don't find any example to do that. I make a wifi cam, video streaming, all the thing we find easely but not a WEBCAM (USB) like that https://www.cdiscount.com/pdt2/4/5/1/1/700x700/jof0...
by StefOlivier
Fri Nov 13, 2020 5:54 pm
Forum: ESP32 Arduino
Topic: ESP32 CAM direct access to image data
Replies: 27
Views: 92820

Re: ESP32 CAM direct access to image data

Very happy to be useful.
by StefOlivier
Fri Nov 13, 2020 9:14 am
Forum: ESP32 Arduino
Topic: ESP32 CAM direct access to image data
Replies: 27
Views: 92820

Re: ESP32 CAM direct access to image data

Hello everyBody and more thanks for alanesq (sorry i'm french) It was very usefull. Have a nice day For contribute, I post what I changed: // Move this in Init WiFiClient client; // And in void readRGBImage() change return of image client = server.client(); delay(3); client.write(rgb, ARRAY_LENGTH);...