Sounds good. I guess you are referring to the security cameras section on the configuration page and not any motion wrapper settings. Also, how many camera devices will I setup? I'm just curious. Here's the settings for motionwrapper as is:
#image settings
frequency 0
rotate 0
width 640
height 480
framerate 30
auto_brightness off
brightness 128
contrast 128
saturation 128
hue 128
#http control
control_localhost off
control_html_output on
control_port 8888
#filters
despeckle EedDl
lightswitch 50
minimum_motion_frames 5
night_compensate on
#detection
noise_tune on
threshold_tune on
smart_mask_speed 5
gap 5
post_capture 5
pre_capture 3
#output
locate preview
text_double on
webcam_quality 70
webcam_maxrate 30
text_changes on
text_right %d-%m-%Y\n%T
#input
roundrobin_frames 1
roundrobin_skip 2
#movies
ffmpeg_cap_new on
ffmpeg_timelapse 60
ffmpeg_timelapse_mode daily
ffmpeg_video_codec msmpeg4
#snapshot config
snapshot_interval 60
snapshot_filename %Y/%m/%d/%H/%M_%S
jpeg_filename %Y/%m/%d/%H/%M_%S
ffmpeg_filename movies/%d_%m_%Y_%H_%M_%S
timelapse_filename %Y/%m/%d-timelapse
it looks like we need to add some additional device data and code to call a select input script in a device template.
-Thom