i have been stumped on problem assembly written in c# targeting .net 4.5 framework. assembly references dll provides directshow related video capture devices preview video. tested decklink video capture cards, logitech 9000 webcam, facetime webcam, , 2 logitech c920 webcams.
in 1 project webcams work. in variant projects, 2 logitech c920 webcams fail work.
i have figured out amount of characters in assembly file name causing not work, , i'm asking myself, why?
if assembly name 8 characters or less, logitech c920 works. if assembly name longer 8 characters (not including .exe), doesn't. weird!
the file system in question ntfs, 8 characters lengths on file names restriction of fat... how happening , why?
Comments
Post a Comment