Page 3 of 5

Re: Surveillance Application

Posted: 03 Mar 2021, 13:30
by TMroy
{L_BUTTON_AT}Skywalker
May I know what kind of camera you plan to use? it is for home or office? how many cam you are going to instal?

Re: Surveillance Application

Posted: 10 Mar 2021, 00:33
by Stevd
I plan to use 2-3 cameras, but I haven't purchased any yet. I was waiting to see what cameras will work.

Re: Surveillance Application

Posted: 10 Mar 2021, 01:52
by deejc
here is a docker compose file for motioneye that works on my f2-210

Code: Select all

motioneye:
    container_name: motioneye
    image: bits4life/motioneye:armv7-armhf
    ports:
      - "8081:8081"
      - "8765:8765"
    volumes:
      - /mnt/appdata/config/motioneye/:/etc/motioneye # this is where the config is saved
      - /mnt/video/motion-eye/:/var/lib/motioneye # this is where the video / stills are saved
    environment:
      - TZ=Europe/London
    restart: unless-stopped
i use it with an axis network video server , its a very old video server model but it works really well and is easy to setup with motioneye
https://www.axis.com/en-gb/products/axis-2400
you just need to add a network camera in motioneye like :
http://<IPADDRESS>/axis-cgi/mjpg/video.cgi?camera=1(2,3,4)

Re: Surveillance Application

Posted: 10 Mar 2021, 10:42
by RyanYang
{L_BUTTON_AT}Stevd
Hi,
The surveillance application supports onvif protocol camera.
E.g:
TP-LINK TL-IPC42A-4
HIKVISION DS-IPC-B12-I
HIKVISION DS-2CD1221-I3
woshida 602F6Z

Re: Surveillance Application

Posted: 24 Mar 2021, 05:16
by Skywalker
{L_BUTTON_AT}TMroy

I will be using the ctronics CTIPC-285C-Z4 and CTIPC-285C

2 cameras for home use. When will the app be available ? What will it be called?

I hope this helps.

Thanks

Re: Surveillance Application

Posted: 24 Mar 2021, 10:51
by RyanYang
Hi,
The application supports onvif protocol camera.
The application name is Surveillance Manager and it is in the beta application of the application center.

Re: Surveillance Application

Posted: 24 Mar 2021, 17:24
by Skywalker
{L_BUTTON_AT}TMRyan

I have just looked in the beta section if the app store and it is not there for me.. I have also updated to the latest TOS

Re: Surveillance Application

Posted: 24 Mar 2021, 17:33
by RyanYang
{L_BUTTON_AT}Skywalker
Sorry,
I made a mistake. This app is still in testing.

Re: Surveillance Application

Posted: 08 Apr 2021, 06:42
by outkastm
DiscoSi wrote: 26 Jan 2021, 21:42 [at=outkastm post_id=7839 time=1611668466 user_id=2797][/at]

Yes please 8-)





DiscoSi
standalaone motioneye+motion package is available here
viewtopic.php?f=37&t=1790

Re: Surveillance Application

Posted: 06 May 2021, 02:05
by alex80it
Hello,
Is there any update on the release date of the surveillance app?

Thank you