Redian新闻
>
求推荐一个linux mini pc当家用camera server
avatar
求推荐一个linux mini pc当家用camera server# Hardware - 计算机硬件
e*n
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?
avatar
z*n
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机器

avatar
l*g
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机器

avatar
F*Q
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

avatar
l*g
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.

avatar
F*Q
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.
avatar
e*n
7
多谢,看来nvr不错,可以省很多麻烦

【在 z****n 的大作中提到】
: 直接买个nvr问题就结了。
: 再说,视频数据存本地不如存云上可靠,除非你做raid
:
: motion
: nuc

avatar
e*n
8
不知道motion detect能不能带动,再加上视频压缩上传,不知道行不行

【在 l****g 的大作中提到】
: 如果camera不多的话,RPi就可以了吧?
: 我用四五年前的pogoplug跑motion, 不过只有一个webcam.唯一的问题是一断电我得重
: 新login and start motion.
: 最近进了$9 Chip,有空的时候可以装个motion试试看.
:
: motion
: nuc

avatar
n*u
9
motion detect 用raspberry pi + opencv + python就可以了。没必要把所有的video
stream都上传到服务器上去处理。
avatar
l*g
10
motion本身自带motion detection.

video

【在 n*********u 的大作中提到】
: motion detect 用raspberry pi + opencv + python就可以了。没必要把所有的video
: stream都上传到服务器上去处理。

avatar
l*g
11
motion detect是motion控制的,一点问题都没有。视屏压缩估计就困难了,我都是直
接上传到家里的NAS上,不用压缩。你可以每天下午6点集中压缩上传。这个时间反正家
里一般有人,不在乎camera工作是否正常。

【在 e******n 的大作中提到】
: 不知道motion detect能不能带动,再加上视频压缩上传,不知道行不行
avatar
e*n
12
发现一个可能可行的方案,很多cam自带motion detect,h264视频文件和FTP upload,
所以只需要设置一个FTP server接收文件,并上传到cloud即可。工作都分散给cam做,
感觉比较科学。

【在 l****g 的大作中提到】
: motion detect是motion控制的,一点问题都没有。视屏压缩估计就困难了,我都是直
: 接上传到家里的NAS上,不用压缩。你可以每天下午6点集中压缩上传。这个时间反正家
: 里一般有人,不在乎camera工作是否正常。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。