Instruction manual

CC5MPX Digital Camera
21
Information features on the Live Video Homepage include:
x Motion Detection Indicator
o Turns from green to red when motion is detected
o This will indicate even if the motion capture is not enabled.
x External Trigger Status
o Reflects the state of the External Trigger signal on the Power I/O cable.
x System Status
o Indicates the SD card presence, absence or scanning. Note that the scan
process can take several minutes to complete, and is invoked if the camera is
shutdown by an unexpected reset or power removal.
o Displays system messages.
x Internal board temperature value
o When fully on, the internal temperature can be 10-15°C above ambient.
x Focusing numbers
o Facilitates focusing (see section Note: If the camera is targeted on an
object that is far away (100 m or more), it may be beneficial to adjust the lens
before taking the camera into the field by using an object that is at a similar
distance away.
o 14.2.1 Using the Focusing Number).
x Date and Time.
The Live Video Homepage, as well as every other page, also contains a navigation
bar with tabs that allow navigation to the other CC5MPX webpages. These are
called Page Tabs.
Any configuration changes made in the web interface must be
‘submitted’ to save and activate changes, or changes will be lost.
7.2 Real Time Streaming Protocol (RTSP)
Users can access the live video stream outside of our ActiveX control using RTSP.
Only the 640x480 resolution is available. Note: if a user is viewing the RTSP video
stream and another user tries viewing a different resolution using the camera
webpage, the RTSP stream will stop.
The following sample code can be used to embed the video stream into a webpage.
The IP address will need to be appropriately changed.
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="640"
height="480" id="vlc" events="True">
<param name="Src" value="http://192.168.1.90/ipcam/mjpeg.cgi" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2"
autoplay="yes" loop="no" width="640" height="480" target="http://192.168.1.90/ipcam/mjpeg.cgi"
></embed>
</OBJECT>
sic
Note