You can install the library by just dropping the TVout folder in your Arduino libraries folder. The library.properties file is not required by Arduino to use a library. Make sure you do not have the original TVout library installed there. Your error indicates it is finding the original TVout.
So, in Arduino/libraries:
TVout
├── TVout.cpp
├── TVout.h
├── TVoutPrint.cpp
├── examples
│ ├── ClosedCaptions
│ ├── DemoNTSC
│ ├── DemoPAL
│ ├── EdgeDetection
│ ├── ExtractCaptionWords
│ ├── NTSCserialTerm
│ ├── ObjectTracking
│ ├── OverlayDemo
│ ├── TVBlaster
│ ├── VideoFrameCapture
│ └── VideoMIDI
├── keywords.txt
├── spec
│ ├── asm_macros.h
│ ├── hardware_setup.h
│ └── video_properties.h
├── version\ history.txt
├── video_gen.cpp
└── video_gen.h
(sorry, this library is over 10 years old, long before the newer specs)
-
This reply was modified 3 years ago by Michael.