e******n 发帖数: 3435 | 1 就是想搞几个camera,然后poe链接到服务器,linux server上run motion进行motion
detect和video upload到cloud上去。
麻烦大家推荐server候选,我有几个想法如下,希望大侠给出更好建议。
asus chromebox刷linux
https://www.amazon.com/gp/product/B00IT1WJZQ/ref=ox_sc_sfl_title_2?ie=UTF8&
psc=1&smid=ATVPDKIKX0DER
intel的nuc
https://www.amazon.com/Intel-NUC5CPYH-Graphics-2-5-Inch-BOXNUC5CPYH/dp/
B00XPVRR5M/ref=sr_1_2?s=pc&ie=UTF8&qid=1476673081&sr=1-2&keywords=intel+nuc
还有这个国产linux机器
https://www.amazon.com/Linux-Ubuntu-trail-j1900-serial/dp/B0148KG8PI/ref=sr_
1_3?s=pc&ie=UTF8&qid=1476672207&sr=1-3&keywords=Linux+Mini+PC
那个好,还是自己搞barebone? |
z****n 发帖数: 3189 | 2 直接买个nvr问题就结了。
再说,视频数据存本地不如存云上可靠,除非你做raid
motion
nuc
【在 e******n 的大作中提到】 : 就是想搞几个camera,然后poe链接到服务器,linux server上run motion进行motion : detect和video upload到cloud上去。 : 麻烦大家推荐server候选,我有几个想法如下,希望大侠给出更好建议。 : asus chromebox刷linux : https://www.amazon.com/gp/product/B00IT1WJZQ/ref=ox_sc_sfl_title_2?ie=UTF8& : psc=1&smid=ATVPDKIKX0DER : intel的nuc : https://www.amazon.com/Intel-NUC5CPYH-Graphics-2-5-Inch-BOXNUC5CPYH/dp/ : B00XPVRR5M/ref=sr_1_2?s=pc&ie=UTF8&qid=1476673081&sr=1-2&keywords=intel+nuc : 还有这个国产linux机器
|
l****g 发帖数: 249 | 3 如果camera不多的话,RPi就可以了吧?
我用四五年前的pogoplug跑motion, 不过只有一个webcam.唯一的问题是一断电我得重
新login and start motion.
最近进了$9 Chip,有空的时候可以装个motion试试看.
motion
nuc
【在 e******n 的大作中提到】 : 就是想搞几个camera,然后poe链接到服务器,linux server上run motion进行motion : detect和video upload到cloud上去。 : 麻烦大家推荐server候选,我有几个想法如下,希望大侠给出更好建议。 : asus chromebox刷linux : https://www.amazon.com/gp/product/B00IT1WJZQ/ref=ox_sc_sfl_title_2?ie=UTF8& : psc=1&smid=ATVPDKIKX0DER : intel的nuc : https://www.amazon.com/Intel-NUC5CPYH-Graphics-2-5-Inch-BOXNUC5CPYH/dp/ : B00XPVRR5M/ref=sr_1_2?s=pc&ie=UTF8&qid=1476673081&sr=1-2&keywords=intel+nuc : 还有这个国产linux机器
|
F***Q 发帖数: 6599 | 4
can't you add it to init.d?
I also run motion on my RPI (gen1) 3 years ago. motion is quite CPU
demanding at that point. I hope it is getting better now.
【在 l****g 的大作中提到】 : 如果camera不多的话,RPi就可以了吧? : 我用四五年前的pogoplug跑motion, 不过只有一个webcam.唯一的问题是一断电我得重 : 新login and start motion. : 最近进了$9 Chip,有空的时候可以装个motion试试看. : : motion : nuc
|
l****g 发帖数: 249 | 5 I tried, but it did not work for reasons I don't know.
【在 F***Q 的大作中提到】 : : can't you add it to init.d? : I also run motion on my RPI (gen1) 3 years ago. motion is quite CPU : demanding at that point. I hope it is getting better now.
|
F***Q 发帖数: 6599 | 6
check your /var/log/syslog for clues. often, if a service could not be
started
1) the environment variables for your root account were not the same as
tested
2) permission errors
【在 l****g 的大作中提到】 : I tried, but it did not work for reasons I don't know.
|
e******n 发帖数: 3435 | 7 多谢,看来nvr不错,可以省很多麻烦
【在 z****n 的大作中提到】 : 直接买个nvr问题就结了。 : 再说,视频数据存本地不如存云上可靠,除非你做raid : : motion : nuc
|
e******n 发帖数: 3435 | 8 不知道motion detect能不能带动,再加上视频压缩上传,不知道行不行
【在 l****g 的大作中提到】 : 如果camera不多的话,RPi就可以了吧? : 我用四五年前的pogoplug跑motion, 不过只有一个webcam.唯一的问题是一断电我得重 : 新login and start motion. : 最近进了$9 Chip,有空的时候可以装个motion试试看. : : motion : nuc
|
n*********u 发帖数: 1030 | 9 motion detect 用raspberry pi + opencv + python就可以了。没必要把所有的video
stream都上传到服务器上去处理。 |
l****g 发帖数: 249 | 10 motion本身自带motion detection.
video
【在 n*********u 的大作中提到】 : motion detect 用raspberry pi + opencv + python就可以了。没必要把所有的video : stream都上传到服务器上去处理。
|
l****g 发帖数: 249 | 11 motion detect是motion控制的,一点问题都没有。视屏压缩估计就困难了,我都是直
接上传到家里的NAS上,不用压缩。你可以每天下午6点集中压缩上传。这个时间反正家
里一般有人,不在乎camera工作是否正常。
【在 e******n 的大作中提到】 : 不知道motion detect能不能带动,再加上视频压缩上传,不知道行不行
|
e******n 发帖数: 3435 | 12 发现一个可能可行的方案,很多cam自带motion detect,h264视频文件和FTP upload,
所以只需要设置一个FTP server接收文件,并上传到cloud即可。工作都分散给cam做,
感觉比较科学。
【在 l****g 的大作中提到】 : motion detect是motion控制的,一点问题都没有。视屏压缩估计就困难了,我都是直 : 接上传到家里的NAS上,不用压缩。你可以每天下午6点集中压缩上传。这个时间反正家 : 里一般有人,不在乎camera工作是否正常。
|