Posted on February 5, 2010 by Thor
There reason for this is normally an issue with Direct Show driver installation. This is reported from time to time.
The solution is to change the general.ini from
[Camera]
GrabDLL=firegrab.dll
to
[Camera]
GrabDLL=
The profile can be uploaded to get a directshow free profile GrabNoDll.zip
Filed under: Camera | Leave a comment »
Posted on February 5, 2010 by Thor
The format specification is given by:
dd the day as a number with a leading zero or space (01-31).
ddd the day as an abbreviation (Sun-Sat)
dddd the day as a full name (Sunday-Saturday)
mm the month as a number with a leading zero or space (01-12).
mmm the month as an abbreviation (Jan-Dec)
mmmm the month as a full name (January-December)
yy the year as a two-digit number (00-99).
yyyy the year as a four-digit number (0000-9999).
hh the hour with a leading zero or space (00-23)
nn the minute with a leading zero or space (00-59).
ss the second with a leading zero or space (00-59).
zzz the millisecond with a leading zero (000-999).
ampm Specifies am or pm flag hours (0..12)
ap Specifies a or p flag hours (0..12)
Filed under: General | Leave a comment »