| | 14 | |
| | 15 | = Pro Series? = |
| | 16 | Looking 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 | {{{ |
| | 19 | AirCam.v1.1.3# strings /bin/ubnt-streamer | grep -i Record |
| | 20 | Recording stopped |
| | 21 | SD card is full, can not record!%s |
| | 22 | Recording started to %s |
| | 23 | }}} |
| | 24 | * Motion Detection |
| | 25 | {{{ |
| | 26 | AirCam.v1.1.3# strings /bin/ubnt-streamer | grep -i motion |
| | 27 | /var/run/motion_event |
| | 28 | /var/run/motion_eventtmp |
| | 29 | Motion detection enabled for %d:%d (%dx%d@%d.%d, threshold %d) |
| | 30 | }}} |
| | 31 | * Audio Support |
| | 32 | {{{ |
| | 33 | AirCam.v1.1.3# strings /bin/ubnt-streamer | grep -i 'audio input' |
| | 34 | Audio input %d: enabled, mixer %d, at %d sampling rate, %d channel(s), encoder type %d set to bitrate %d |
| | 35 | |
| | 36 | }}} |