-
Notifications
You must be signed in to change notification settings - Fork 150
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
Integrating RPI camera running ONVIF with genetec security center #126
Comments
When you add the camera, make sure you select ONVIF and BASIC mode (not Full Mode) Genetec use some parts of the ONVIF spec - (creation of Profile Tokens) that RPOS has not implemented. |
Hello @RogerHardiman |
which version of genetec are you using. |
Genetec Security Center (GSC) Base Package - Version 5.10 |
I'll check what version i have. the package.json file reminded me we want to 2.1.0 about 6 months ago and I've made some changes since then but not bumped the version number. |
I took the package from the tagged one which was out in May. I was trying with the latest version but I guess it doesn't support v4l2rtspserver anymore and uses gstreamer instead. My stream quality doesn't come well on gstreamer. |
There have been lots of changes since 2.0.6 The current code in the master branch on github is the place for the latest version. RPOS still supports v4l2rtspserver. Gstreamer is there for video sources that do not generate H264 video themselves, like normal USB cameras. But v4l2rtspserver is still there. Roger |
Ok @RogerHardiman. I will try it and let you know the result. Please do let me know if the version works well for you with Genetec |
Did you get RPOS working with Genetec 5.10 ? |
Sorry for replying to an old thread, but I'm currently setting up rpos as a proxy server for a stream, and Genetec 5.11 does work if Onvif is set to "basic" like you said. That being said, I am having an issue with getting Genetec to actually stream the video stream correctly. The "ONVIF Device Manager" correctly sees the rpos instance + can view the RTSP stream, but Genetec is incapable of playing back the proxied RTSP stream. Adding the RTSP stream manually (not proxied) works. I am running Windows currently, the server I'm using is based off the MediaLAN RTSP code you may be familiar with. I am seeing logs of Genetec attempting to connect but it doesn't play for some reason (loses connection) Do you have any advice by any chance? |
Hi, |
Hi! Thanks for the speedy reply; The current setup is as follows: Machine 2: I'm not sure where the issue may be, unless if RPOS also wants port 8554 when running as proxy? |
Hello team,
I am trying to connect my Raspberry PI Zero W camera running RPOS 2.0.6 with Genetec's Security Center. I am able to connect to the camera using Onvif Device manager and view the feed there after logging in.
When I am trying to connect with the Genetec Security Center, the software is able to discover the camera but unable to connect.
Any help?
The text was updated successfully, but these errors were encountered: