-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is ONVIF possible? #5
Comments
@SargFowler The camera driver only outputs an mjpeg stream and I think ONVIF requires MP4. They work well with the linux motion package if you keep the resolution low. |
@SargFowler If you have a spare PC available, it seems that you can turn mjpg-streams into onvif-protocols using an extra SDK: https://www.instructables.com/id/How-to-turn-an-USB-camera-with-Raspberry-Pi-into-a/ (only use step 3, the ozeki sdk). At least it looks like what you need (not a perfect solution though). I expect that you could use a number of mjpeg cameras and convert all of them in parallel with the SDK. |
ONVIF 2.0 does support MJPEG streams so it ought to possible to add this feature to the board. It wouldn't be full ONVIF support though. I think I will add it to the project roadmap and maybe someone will take that feature on at some point. Changing to feature request. |
That's good to know. |
onvif really will be very useful when using esp32-sam with aliexpress nvr |
I confirm the code streams correctly from my ESP32-CAM to a recorder with parameters set to: Not a standard ONVIF sure but it works :-) |
Unfortunately, I can't get this to work with my Aliexpress NVR. |
similarly, aliexpress NVR does not see the flow from esp32cam (((( sad |
Maybe it worth to take a look here: https://github.com/enesbcs/ESP32_RTSP_Cam |
Thanks, I'll take a look for integration.RodolfoIl 18 Lug 2020 20:48, Melvin <[email protected]> ha scritto:
Maybe it worth to take a look here: https://github.com/enesbcs/ESP32_RTSP_Cam
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hello, is there any news on simple ONVIF implementation? |
For anyone else reading this looking for a workaround, this worked very easily for me with Synology Surveillance Station: |
It is not possible to manually specify the RTSP stream in my NVR |
Any update on Onvif? Thank you |
Any news here? having some of those AliExpress NVRs too, who autodetect ONVIF-devices on the network. no possibility to enter the rtmp-address manually, they get it via a web-page from the device. |
Hello, I believe that the idea of using an NVR is to use the P2P App for Internet access, With that in mind, I found this other platform, which, despite not solving the current case, because it is still not recommended to use a public network, But it might be interesting to know a little about how the P2P system works: https://github.com/nabto/nabto-esp32cam It may be possible in the future to make a secure P2P connection similar to the NVR, using ESP32, But I believe it may be necessary to use more RAM, the IP cameras I've seen have RAM chips similar to the one used in Linux routers that support OpenWRT OS: |
Hi, I found this option:
https://www.elementzonline.com/blog/Accessing-ESP32-CAM-Video-Streaming-from-anywhere-in-the-world (Note: I haven't tested it yet.) |
never thought of that, but possible that there are actual people with this in mind. no, i would need ONVIF to have it on an NVR. on a site without internet access (not enought upstream for 10+ cameras). |
If it's to have on a site without internet then just these software wouldn't solve it? I've used the Raspberry Pi with MotionEyeOs, and that was enough for me. https://www.ispyconnect.com/camera/esp
|
NB: This issue is called "ONVIF", not "how to use Raspi with esp32-cam". Please stay on topic! |
Does the ESP32 have enough memory to make an ONVIF server? |
Minimum resources for implementation |
Note that has a supported build of Tasmota for ESP32 / ESPCAM, and it provides HTTP and RTSP out of the box. It can also change resolution using the inbuilt console, and has MQTT enabled. No Onvif though. |
This guy has implemented ONVIF on ESP32 https://www.bilibili.com/video/BV1jg411D7DE?spm_id_from=333.337.search-card.all.click https://www.youtube.com/watch?v=Oa11X59BZb0&t=4s |
looks like a fake, there is no code and the author's page with viruses
|
The author released firmware on github https://github.com/trygoto/esp32-onvif today. I'm not test yet. |
Is it possible someone made an English tutorial? I tried and failed doing it |
as I don't know how to edit bin files |
I'd like to hook up an ESP32-CAM to my NVR recorder, but this requires ONVIF protocol.
Is that something that can be incorporated?
The text was updated successfully, but these errors were encountered: