Chris S. -- Thanks for the suggestions, but ...
I put in delays (1 second) at the beginning and 2 second delays at the end of the Camera Recording Macro. This had no affect. I'm still getting unreadable files mixed with readable files. This has been a problem for me from the beginning. None of the last three (AHP) updates have made any improvements. So it appears to be a problem that X10 chooses to ignore. I would guess that it's a simple timing issue that could be easily resolved by checking for completion of the video being recorded in the PC's directory before accepting another recording request.
1 or 2 second delays I doubt will be long enough.
In my post under 3.203 issues, I ended up putting a 1min 30sec delay (1:30) after the video recording stopped
before I allowed another video recording to begin. Your system may be faster, or slower.
I ended up running tests to determine the amount of time the original video file would need to complete it's
processing before I allowed the Macro to run again and start a new recording session.
What I did was ;
1) Have the folder open with detail view (so I can see the file being created (with time stamp) and size (zero length initially)
2) Run the Macro from either a control pad (while sitting at the PC) or run the Macro on the PC
3) Keep an eye on the file size
When video recording starts, you will see the new file created in the Windows Explorer view at zero bytes,
wait for the recording to stop, and starting counting, or look in the AHP Log to see when (time) the video
recording stops, and then keep an eye on the file that was created and the AHP time clock.
At some point, the video file's size will change from zero byte to whatever.
That duration in time will be the minimum delay that you will have to put in the macro after the video recording stops (and clears whatever flags)
for a new video recording session to begin.
I hope this didn't sound too confusing.