Changes between Version 3 and Version 4 of UbiquitiAircam


Ignore:
Timestamp:
03/16/12 07:08:35 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbiquitiAircam

    v3 v4  
    1212RTSP:
    1313$ ffmpeg -i rtsp://ubnt/live/ch00_0 -frames 1 snapshot.jpg
     14
     15= Pro Series? =
     16Looking at the firmware there are a whole bunch of features which I cannot find at my normal AirCam so I guess they will show up in the pro series:
     17 * SD Card Support:
     18{{{
     19AirCam.v1.1.3# strings /bin/ubnt-streamer  | grep -i Record
     20Recording stopped
     21SD card is full, can not record!%s
     22Recording started to %s
     23}}}
     24 * Motion Detection
     25{{{
     26AirCam.v1.1.3# strings /bin/ubnt-streamer  | grep -i motion
     27/var/run/motion_event
     28/var/run/motion_eventtmp
     29Motion detection enabled for %d:%d (%dx%d@%d.%d, threshold %d)
     30}}}
     31 * Audio Support
     32{{{
     33AirCam.v1.1.3# strings /bin/ubnt-streamer  | grep -i 'audio input'
     34Audio input %d: enabled, mixer %d, at %d sampling rate, %d channel(s), encoder type %d set to bitrate %d
     35
     36}}}