- Jun 6, 2020
- 11,559
- 4,422
Hi all,
I've read this:
but now I'm pretty confused.
I'm confused because in my 3D printing app I managed it in a completely differrent way.
I explain better here, in my app I had necessity to stream a realtime video of 3D printer while it print, for this I used ESP32CAM:
using a modified version of CameraWebServer sketch:
On B4A side I just put a WebView on the Activity and a ListView where I put some urls, to point a camera I just select ESP32 IP address and I see the exposed webserver with all camera controls and a START STREAM button. If I press it I can see the stream.
I can even bypass the main page with camera controls and point directly to the stream url this way: ESP32_IP_ADDRESS:80/stream
The framerate is not bad, around 5 fps at...
I've read this:
برای دیدن لینک ها باید ثبت نام کنید
but now I'm pretty confused.
I'm confused because in my 3D printing app I managed it in a completely differrent way.
I explain better here, in my app I had necessity to stream a realtime video of 3D printer while it print, for this I used ESP32CAM:
using a modified version of CameraWebServer sketch:
برای دیدن لینک ها باید ثبت نام کنید
On B4A side I just put a WebView on the Activity and a ListView where I put some urls, to point a camera I just select ESP32 IP address and I see the exposed webserver with all camera controls and a START STREAM button. If I press it I can see the stream.
I can even bypass the main page with camera controls and point directly to the stream url this way: ESP32_IP_ADDRESS:80/stream
The framerate is not bad, around 5 fps at...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید