Well I looked all over and I can't find the option to turn on Motion Detection without it being a script doing it.
Yes, the Motion Detection feature is now integrated in AllBest builds. You need a script to run it.
Unfortunately, I don't have experience with lightning so let's wait to see if someone has.
Motion Detection is very subject dependent, you have to play with the settings to get the results you want. Try changing the parameters in the script:
rem /--/-columns, rows to split picture into
rem | | measure mode (Y,U,V R,G,B) - U-0, Y-1, V-2, 3-R, 4-G, 5-B
rem | | | timeout
rem | | | | comparison interval (msec)
rem | | | | | threshold ( difference in cell to trigger detection)
rem | | | | | | draw_grid (0-no, 1-yes)
rem | | | | | | | return variable, number of cells with motion detected
rem | | | | | | | | VVVVVV OPTIONAL PARAMETERS: VVVV
rem | | | | | | | | region (masking) mode: 0-no regions, 1-include, 2-exclude
rem | | | | | | | | | region first column
rem | | | | | | | | | | region first row
rem | | | | | | | | | | | region last column
rem | | | | | | | | | | | | region last row
rem | | | | | | | | | | | | | parameters- 1-make immediate shoot, 2-log debug information into file. OR-ed values are accepted
rem | | | | | | | | | | | | | | pixels step - speed vs. Accuracy adjustments (1-use every pixel, 2-use every second pixel, etc)
rem | | | | | | | | | | | | | | | number of milliseconds to wait before begin triggering - can be useful for calibration with "draw_grid" option
rem | | | | | | | | | | | | | | | |
rem V V V V V V V V V V V V V V V V
16,12,i, x, h, f, 1, n,1, a, c, b,d, 0, g, e