corz.org text viewer..
[currently viewing: windows/software/oodlecam/files/OodleCam.ini = NON-EXISTENT FILE!]
;
; OodleCam
; Your IP Camera's Web interface, but without the Web Browser..
;
;    https://corz.org/windows/software/oodlecam/
;
; To get the most from OodleCam, it is recommended that you read this document
; all the way through at least once.
;
; This ini file contains the default parameters. Many of the settings can be
; set in the global scope (applying to all cameras) as well as on a per-camera
; basis, i.e. overriding the global setting.
;
; The different kinds of settings in this ini are as follows..
;
;    string        =    A simple string, like "my dog".
;
;    bool        =    Boolean value, i.e. true or false. You can also use yes/no,
;                    1/0, and a few other variations on that theme.
;
;    int            =    Integer. A number, e.g. 2
;
;    path        =    Valid file path. Use only characters that are valid on your
;                    PC, i.e. no pipe (|), quote ("), or asterisk characters, etc.
;
;                    NOTE: For icon paths, you do not need to specify the full
;                    path IF you are using an exe/dll from the windows or system
;                    folders, or OodleCam itself. See below for more info.
;
;    automatic    =    Some value that is probably not worth messing around with.
;                    Most values will get updated by OodleCam
;
; NOTE: Lines beginning with a ';' or '#' are comments, ignored by OodleCam.



; This is the main (global) preferences section..
;

[OodleCam]
version=0.9.3

; Current Camera..
;
; This will be populated by the name of the currently selected camera
; e.g. my_camera="Tenvis3815"
;
my_camera=ACTi


; Text Editor                    [string/path]       [default: editor=notepad.exe]
;
; Enter the path to your preferred text editor..
; This is invoked if you select the "edit preferences" menu option.
;
editor="
C:\Program Files (x86)\text ed\editplus\editplus.exe"


; Always on Top..
;
; You can set this from the tray menu..
always_on_top=false


; Hide TaskBar entry..
;
; OodleCam can optionally hide itself from the system task bar, appearing
; only in the tray. If you want that, set this to false.
taskbar_entry=on


; Hover mouse to show OodleCam    [bool]               [default: hover_to_show=true]
;
; If the OodleCam window is behind other windows, but not minimized,
; you can hover the mouse over its tray icon to bring it to the front.
;
hover_to_show=true
;
; If it is minimized, click the icon!


; Mouse Tray hover sensitivity..    [int]          [default: hover_sensitivity=8]
;
; How fast OodleCam activates depend on the hover_sensitivity.
; Enter an integer value: 1 - 10. 10 is fastest, basically immediately.
;
hover_sensitivity=8




; overridable settings..
;
; You can set these on a global scope if you wish, and they will be applied
; to all cameras. You can override any of the settings by using the same
; preference inside the camera's own section. I will provide an example, below.
;
HotKey_UP={NUMPAD8}
HotKey_DOWN={NUMPAD2}
HotKey_LEFT={NUMPAD4}
HotKey_RIGHT={NUMPAD6}
HotKey_CENTRE={NUMPAD5}
HotKey_TOPLEFT={NUMPAD7}
HotKey_TOPRIGHT={NUMPAD9}
HotKey_BOTTOMLEFT={NUMPAD1}
HotKey_BOTTOMRIGHT={NUMPAD3}
;
; For a full list of the available codes, see here..
; https://corz.org/windows/software/oodlecam/files/



; Stop Gap    (milliseconds)
;
; This controls how long after each control command the stop command is sent. A
; small value, like the default (500) will move the camera only a small distance.
; In reality, the commands are going over a network, so it may be slightly later
; than 500ms when the actual stop arrives. If you send another control command
; within the set time, no stop is sent until after all the control commands are
; sent, which makes for smoother controlling.; If you need *tiny* adjustments with
; the keys, check if your cameras has a "onestep" parameter, and add that with the
; "extra_control" parameter (below). And don't forget, you can set the patrol
; speed, too. Between the patrol speed and this setting, it should be possible to
; setup an extremely precise control mechanism.
;
stop_gap=250



; Custom Command HotKeys..
;
; You can also set which keys are used for the custom HotKeys here in the global
; scope, and override any setting on a per-camera basis..
;
HotKey_custom_cmd1={NUMPADDIV}
HotKey_custom_cmd2={NUMPADMULT}
HotKey_custom_cmd3={NUMPADSUB}
HotKey_custom_cmd4={NUMPADADD}
HotKey_custom_cmd5={NUMPAD0}
HotKey_custom_cmd6={NUMPADDOT}
custom_cmd5=decoder_control.cgi?command=1
x=-1
y=-1
edit_x=837
edit_y=250
ShowMousePos=false



;
; Now the actual cameras..
;
; The section name, i.e. [Foobar] is the camera's Label, and is used to
; identify each camera stored here.
;
; Two cameras with the same label won't work (the first would be selected).
;
; NOTE: If you have multiple cameras, it's usually best to add them to your
; cameras software, via the administration section, which should also be
; available from inside OodleCam. Then you can have them all running within
; multi-views inside a single window.
;
; OodleCam's ability to switch between cameras and camera settings is useful
; for other reasons, though..
;


; Foscam Example..
;
; NOTE: You will probably need to allow the Foscam ActiveX at least one
; time on your system, with regular Internet Explorer, or enable that in your
; main Internet settings -- see the OodleCam web page.

;
; Also see stop_gap, above.


; Custom HotKey Command URL's
;
; You can create custom command URL's, too.
; These are (by default) mapped to other numeric keypad keys, like so..
;
;    Custom 1    =>        /
;    Custom 2    =>        *
;    Custom 3    =>        -
;    Custom 4    =>        +
;    Custom 5    =>        0
;    Custom 6    =>        .
;
; These are commented out to avoid the confusion of unwanted functionality..
;
;custom_cmd1=decoder_control.cgi?command=255
;custom_cmd2=
;custom_cmd3=camera_control.cgi?param=5&value=3
;custom_cmd4=camera_control.cgi?param=5&value=0
;
;custom_cmd5=decoder_control.cgi?command=1
;custom_cmd6=
;
; In the above example, the "/" key starts Motor Test mode (like centring,
; but perpetual), the "-" key flips the image vertically + horizontally, and the
; "+" key returns it to normal. The "0" key has been set to STOP. The "*", and
; "." keys are unused here.
;
; NOTE: To know how to /form/ these commands, grab a copy of your camera's
; CGI manual, doubtless available online somewhere, and inevitably translated
; into utter gibberish. The code examples should be intact, though.
;
; NOTE: The command (control_CUSTOM*) is placed directly after the URI, so the
; first delimiter will be "?", not "&", as with all following delimiters.
;



; Scheduled Commands..
;
; Enter the full URI of the command (from root of camera web server) including
; any parameters you might need. The user/pwd combination will be automatically
; added to the request.

; This example switches the camera to 50Hz Mode at 8.30 in the evening..
;schedule_cmd1=camera_control.cgi?param=3&value=0
;schedule_time1=20.30

; This example switches the camera to Outdoor Mode at 8.30 in the morning..
;schedule_cmd2=camera_control.cgi?param=0&value=32
;schedule_time2=08.30

; etc..
;schedule_cmd3=
;schedule_time3=
;schedule_cmd4=
;schedule_time4=
;schedule_time5=
;schedule_cmd5=
;schedule_time6=
;schedule_cmd6=



; Frame Login Input Overrides..

; You can override the values OodleCam uses to "find" the inputs. For a Foscam
; cam, the main frame is named "main", the user input is named "user", the
; password named, "pwd", and the submit button is named, "monitor_link. With these

; overrides you could login to other devices using alternative naming schemes,
; your WebCamXP server, or whatever..
;
;frame_main=main
;frame_user=user
;frame_pwd=pwd
;frame_submit=monitor_link
;
; NOTE: To discover the names, right-click the camera's web server page and
; choose "View Source"...








; Foscam FI18918W and MANY clones..
[FosCam]
login_type=frame
frame_main=main
frame_user=user
frame_pwd=pwd
frame_submit=monitor_link
address=http://foscam/index.htm
user=admin
pwd=4672B1D0599B
HTML_shift=56
do_login=true
alt_nav=false
x=1080
y=44
width=824
height=503
HotKey_UP={NUMPAD8}
HotKey_DOWN={NUMPAD2}
HotKey_LEFT={NUMPAD4}
HotKey_RIGHT={NUMPAD6}
HotKey_CENTRE={NUMPAD5}
HotKey_TOPLEFT={NUMPAD7}
HotKey_TOPRIGHT={NUMPAD9}
HotKey_BOTTOMLEFT={NUMPAD1}
HotKey_BOTTOMRIGHT={NUMPAD3}
control_STOP=1
control_CENTRE=25
control_UP=0
control_DOWN=2
control_LEFT=6
control_RIGHT=4
control_TOPLEFT=91
control_TOPRIGHT=90
control_BOTTOMLEFT=93
control_BOTTOMRIGHT=92
reboot_time=17.22
reboot_url=reboot.cgi
reboot_wait=30
control_url=decoder_control.cgi
custom_cmd1=decoder_control.cgi?command=255
custom_cmd3=camera_control.cgi?param=5&value=1
custom_cmd4=camera_control.cgi?param=5&value=0
custom_cmd5=decoder_control.cgi?command=1
extra_control=
load_delay=2000
stop_gap=1000
click_x=290
click_y=225

; This is for Tenvis 3815(W), Foscam FI8908, WBSTI PT100V3W and MANY others..
[TenvisCam]
address=http://tenviscam/index1.htm
login_type=click
user=admin
pwd=4672B1D0599B
HTML_shift=48
do_login=true
click_x=290
click_y=225
alt_nav=2
x=879
y=56
width=1025
height=539
HotKey_UP={NUMPAD8}
HotKey_DOWN={NUMPAD2}
HotKey_LEFT={NUMPAD4}
HotKey_RIGHT={NUMPAD6}
HotKey_CENTRE={NUMPAD5}
HotKey_TOPLEFT={NUMPAD7}
HotKey_TOPRIGHT={NUMPAD9}
HotKey_BOTTOMLEFT={NUMPAD1}
HotKey_BOTTOMRIGHT={NUMPAD3}
reboot_time=17.22
reboot_url=reboot.cgi
reboot_wait=25
control_url=decoder_control.cgi
control_UP=0
control_DOWN=2
control_LEFT=4
control_RIGHT=6
control_CENTRE=25
custom_cmd1=decoder_control.cgi?command=255
custom_cmd3=camera_control.cgi?param=5&value=1
custom_cmd4=camera_control.cgi?param=5&value=0
extra_control=
load_delay=500

; ACTi model E62 - thanks to Jason Gottschalk for access to the this cam.
[ACTi E62]
address=http://ACTiCam/
width=1280
height=785
HTML_shift=32
; to completely remove toolbar, use..
;height=738
;HTML_shift=80
user=admin
pwd=4672B1D0599B
do_login=true
click_x=575
click_y=340
alt_nav=true
x=597
y=46
login_type=frame
load_delay=500
frame_main=
frame_user=txt_Account
frame_pwd=txt_Password
frame_submit=BUTTON_LOGIN


; various soft cams..

[YawCam HTTP]
address=http://localhost:8006/
width=900
height=543
user=visitor
pwd=4672B1D0599B
HTML_shift=0
do_login=true
alt_nav=true
x=532
y=32
login_type=frame
load_delay=2000
click_x=290
click_y=225

[YawCam STREAM]
address=http://localhost:8007/
width=900
height=543
user=visitor
pwd=4672B1D0599B
HTML_shift=0
do_login=true
alt_nav=true
x=532
y=32
login_type=frame
load_delay=2000
click_x=290
click_y=225


[WebCamXP]
address=http://localhost:8005/
width=900
height=543
user=visitor
pwd=4672B1D0599B
HTML_shift=0
do_login=true
alt_nav=true
x=532
y=32
login_type=frame
load_delay=2000
click_x=290
click_y=225

Welcome to corz.org!

I'm always messing around with the back-end.. See a bug? Wait a minute and try again. Still see a bug? Mail Me!