Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.26 KB

http_stream.md

File metadata and controls

26 lines (16 loc) · 1.26 KB

Camera Stream JPEG

Extra feature implemented in esp-drone-nh board for camera streaming through http server using FreeRTOS event handler.

Setup

In the SDK Configuration editor, go to the camera configuration and choose the following:

ESP-Drone

Make sure that the WiFi setup is properly configured

Once a device is connected to the board, a http server and listen to GET requests at http://[board-ip]/stream.jpg. When the request is triggered, it streams QVGA JPEG image from the camera.

References

Documentation

ESP-IDF Documentation for the implementation:

Please refer to the guide to build and flash the board.