-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Connect ESP-32 Cam to MotionEyeOS #217
Comments
Can you open the stream using VLC? |
I will test tomorrow once I'm able to access the cameras. They are at a relatives house. |
it was unable to open the stream. what should i do? |
I would suggest you have a look at https://github.com/espressif/esp-who/tree/master/examples/single_chip/camera_web_server and try that |
I am having the same problem, in ESP32-CAM I used the following:
|
This issue appears to be stale. Please close it if its no longer valid. |
I had success using port 81. For example: |
Hello,
I've configured 2 ESP-32 Cams and connected them to the network. They are working and I can see the live stream.
Guide I followed:
https://www.instructables.com/A-Super-Easy-Security-Camera-With-the-ESP32-CAM/
I connect to my Raspberrypi3 running MotioneyeOS (it has a USB webcam added already) and I keep getting "Empty reply from server" or "Camera not supported" when trying to connect to the ESP32 cams.
I'm not sure what I'm entirely doing wrong. When trying to connect the cams I've tried the following URLs in MotioneyeOS:
http://192.168.4.33/
http://192.168.4.33:80/
http://192.168.4.33/cam
http://192.168.4.33/stream/1
http://192.168.4.33/stream
http://192.168.4.33:80/cam
http://192.168.4.33:80/stream/1
http://192.168.4.33:80/stream
and same thing for the second camera
I've also tried connecting through Network camera and Simple MJPEG Camera and that didn't work either.
I've seen a few guides that say to set up home assistant, do i need to do that? can it connect without it?
Any help is appreciated.
The text was updated successfully, but these errors were encountered: