shariltumin

Results 40 comments of shariltumin

What happen when you push the RST button on the board while connected to teraterm? You should see some output during the rebooting process.

I do not think it was a firmware problem. The default baud rate to teraterm is 9600. The firmware expect 115200. Anyway you should see some gibberish output when you...

Sorry I can not see how your device look like. The firmware only support esp32-cam board. This board need an external USB to TTL. To flash the firmware one need...

I am sure you've look at esp32-camera/sensors/ov2640.c Most API are described there. It would be nice if there camera.info() function there. I'm sure camera.info() function can be written in modcamera.c...

The payload in ESP-NOW is limited to 250 bytes. It is designed to send small messages rather than streaming images. Aside from that, ESP-NOW only works with ESP MCUs. For...

1. Let RPI be the access point, and the three ESP1, ESP2, ESP3 are stations to the AP. 2. Run 3 TCP servers on RPI listening on ports 8001, 8002...

No, the camera module is nothing like OpenCV. OpenCV runs on a server with sufficient resources. These are the methods in the camera module: ``` >>> import camera >>> dir(camera)...

Please have a look at the [video_streaming](https://github.com/shariltumin/esp32-cam-micropython-2022/tree/main/examples/streaming-to-opencv) example. Hopefully this will help you with your project.

Start the webcam webserver ``` >>> import webcam ... ... PWD: UajaoH5S Start server 80 Try - http://192.168.4.44/login/UajaoH5S ``` Now, on a linux computer, perform the following: ``` $ cd...

Please have a look at [firmwares-20230521](https://github.com/shariltumin/esp32-cam-micropython-2022/tree/main/firmwares-20230521) The new firmware supports ``` >>> import camera >>> camera. aecvalue aelevels agcgain brightness capture conf contrast deinit flip framesize init mirror pixformat quality...