quick Q: I have an old camera that uses the "HTTP" method with "Remote". When I move to ffmpeg instead of remote, what should the URL and method be? there is no http, so not sure if I need to put in an rtsp:// in the url. Anyone know?
this is for the Foscam 1819W. The wiki (which I had originally edited) shows Remote, because that is what I was using
always around just not up as late at night writing code for zm
messerting has quit
ca_cabotage has quit
ntd joined the channel
ca_cabotage joined the channel
ca_cabotage has quit
messerting joined the channel
the_k has quit
the_k joined the channel
ic0n
hola.
ntd
amigo
como estas?
ic0n
beuno
ntd
porque?
and that is pretty much the extent of my spanish
-vocabulary
sydney_untangle has quit
ntd has quit
sydney_untangle joined the channel
asker
I can't seem to find the option where we can double the text font for timestamp - anyone point me to where in console options? I've cycled through twice
knnniggett
It's under the monitor config on the timestamp tab
asker
AH
thanks
good now I can actually read the time - my in-camera time seems to keep going out of sync, NTP or not
knnniggett
^ must be russian hackers
asker
always a potential cause
Just the other day, I figured my food was infiltrated. I breathed easy when I was told russian salad is an american invention
excuse me as I complete my daily motivation routine...
So I did a walkthrough of a friend's house yesterday for a surveillance system, but he is the opposite of techie, so that means Hikvision nvr. No Linux servers for him.
ic0n
Yeah we really aren't there yet in terms of user friendliness in terms of hardware.
I could build something,l but I can't do it for the price point that people want to pay. Which is $100
asker
To be honest, both Google and Amazon are making home deployments very attractive with their cloud cams
the features are very compelling, a week worth of free storage and no recurring fees
If I did a setup in 2018, I'd absolutely go with one of them
Amz is better here because they've opened up their APIs
(to some extent)
messerting has quit
whoever joined the channel
whoever
hi all
I am looking at Yi home camera that has cruis setting(so the camera will auto rotate), I don't have the camera yet, but does zoneminder support this out of the box, and what does zoneminder call it? because camera cruising does not sound very intuitive
messerting joined the channel
asker
I don' think ZM has a Yi PTZ script yet. The good part, however, is anyone can write a script for it. Its very simple, if you know what commands need to be sent for each PTZ control. I know some cameras do support auto-cruise and its very easy to add a control command for it
or is the PTZ auo generated as a result of the procedure
asker
these are zoneminder scripts - zoneminder eventually calls one of these scripts to actually control your camera. How to *actually* control the camera will need to be authored for every new camera. So when you move a camera in ZoneMinder, it sends an abstract "moveXXX" command. It then launches one of these perl modules that is expected to have the implementation of "moveXXX"
whoever
thank you, this should be more clear when i get it
asker
just to set your expectation though, it doesn't look like anyone has figured out how to do PTZ on their own with Yi based on what I searched. People have managed to hack a custom firmware, but it doesn't do PTZ
knnniggett has left the channel
asker has quit
GerhardSchr has quit
whoever
are PTZ's manually written, or a result of using the zm gui ?
ic0n
manually
whoever
ic0n: i still don't really understand how to write one
the link provided by asker starts with copy to /user/zoneminder/control/ ... copy what the ptz that you just wrote?