Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Yoosee camera software for Linux OS

Anonymous

Member
Joined
Aug 3, 2017
Messages
768
Reaction score
24
Hi, i'm contacting you to know if there ise a client for linux systems, or if you know of a good alternative. thanks! Soyer
 
Currently, we have no software designed for Linux OS. However, you can use third-party video management software - ZoneMinder, it's an open-source free video management software runs on Linux OS including Ubuntu, Redhat, Debian, Gentoo. You can easily add Yoosee cameras to ZoneMinder software by using RTSP protocol.
Linux.png

Features
Monitor from anywhere.
Zoneminder also comes with free app, users can use the free app to remotely access the ZoneMinder. It offers Android and iOS apps.

Use any camera
ZoneMinder can not only work with IP network cameras but also can work with analog cameras. You can add different cameras from any brands.

Run a really small, or super big, system.
Designed for home and small business application, compatible with Raspberry Pi and server-class hardware.

Keep track of what matters.
ZoneMinder allows you to browse information intuitively. Drill down to what you want to see in a matter of seconds.

How to add Yoosee cameras to ZoneMinder?
Monitor Setup TABS:
General Tab:
Name = [what ever you want to name your camera]
Server = None
Source Type = Ffmpeg
Function = [what ever you want, monitor is easiest to start with]
Enabled = checked
Leave all boxes having anything to do with FPS blank

Source Tab:
H.264/Mpeg4 streaming
Protocol: RTP/Unicast
Remote Host: <user>:<password>@<hostname>
Remote Host Path: /onvif1
Target Colorspace: 24 bit color
 
Last edited:
Hi there. I just bought six (6) of those Orange SC01 cameras and ONVIF Device Manager will not recognise any of them. Will they work in ZoneMinder?
 
Hi there. I just bought six (6) of those Orange SC01 cameras and ONVIF Device Manager will not recognise any of them. Will they work in ZoneMinder?
ONVIF device manager is outdated, it's not the official tool released by ONVIF.
If you want to check the camera's ONVIF specification, you may use the ONVIF Device Testing Tool.
 
Hello!
Trying to setup yoosee camera in zoneminder, but there is no "Protocol, Remote Host, etc" options in Source Tab.
How i can setup camera in zoneminder?
scr.png
 
Source path: rtsp://192.168.0.188:554/onvif1 (replace the up address with your camera’s actual IP address).
Remote method: RTP (or UDP)
 
Last edited:
Install and run the cms client.exe(1.0.0.49) using wine, i tried it and works flawlessly
run under wine4.0 on ubuntu8.04.1 64bit, *for reference
 
Last edited:
I can not access the camera outside the LAN. I need to connect to zoneminder, but I can not find a way. Help
 
Source path: rtsp://192.168.0.188:554/onvif1 (replace the up address with your camera’s actual IP address).
Remote method: RTP (or UDP)
Hi,
I tried this solution, but I could not connect to the camera. Is there any change?
Thank you
 
1. Enable "NVR/DVR Connection" on Yoosee app.
2. Adding/modifying the RTSP url path.
Code:
rtsp://admin:onvif150@192.168.1.141:554/onvif1
admin: default username
onvif150: NVR/DVR/RTSP connection password
192.168.1.141: local IP address of your camera.
554: default RTSP port number
/onvif1/: RTSP url path, can be onvif2 (sub-stream, low resolution).
 
1. Enable "NVR/DVR Connection" on Yoosee app.
2. Adding/modifying the RTSP url path.
Code:
rtsp://admin:onvif150@192.168.1.141:554/onvif1
admin: default username
onvif150: NVR/DVR/RTSP connection password
192.168.1.141: local IP address of your camera.
554: default RTSP port number
/onvif1/: RTSP url path, can be onvif2 (sub-stream, low resolution).

Thank you, it worked.
Do you know if it is possible to connect directly to camera via telnet/ssh protocols? How can I find the exact SoC processor model used by the camera?
 
Back
Top