Changes between Initial Version and Version 1 of UbiquitiAircam


Ignore:
Timestamp:
03/08/12 09:34:15 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbiquitiAircam

    v1 v1  
     1The new Ubiquiti Aircam is an great and cheap IP webcam.
     2
     3= Quirks =
     4* As in 1.13 do not issue PAUSE on the RTSP as it causes the stream to crash.
     5* If you have DHCP running it will get an automatic IP assigned.
     6
     7= Single Snapshot =
     8You can get an single snapshot using the HTTP or using the RTSP:
     9HTTP:
     10$ curl -c cookies.txt http://ubnt/login.cgi && curl -LH 'Expect:' -b cookies.txt  -F username=ubnt -F password=ubnt -F uri=/snapshot.cgi  http://ubnt/login.cgi | display
     11
     12RTSP:
     13$ ffmpeg -i rtsp://ubnt/live/ch00_0 -frames 1 frame.jpg