Store › Forums › Video Experimenter › General Discussion › Color output
- This topic has 6 replies, 2 voices, and was last updated 7 years, 7 months ago by
jcarb.
-
AuthorPosts
-
June 29, 2017 at 7:47 am #9097
jcarb
ParticipantI came across this thread in the arduino forums. Is there a chance it’s code could be reused to generate color video overlays? I know the circuit would need some modifications but that is no problem
June 29, 2017 at 8:59 am #9098Michael
KeymasterTo get color, people have to replace the 16MHz crystal on the Arduino with a 14.31818MHz crystal. This is hte frequency of the color burst portion of a composite signal.
I’m not sure color is possible without doing that.June 29, 2017 at 9:39 am #9099jcarb
ParticipantThat makes sense, I have a few breadboard Arduinos where I could replace the crystal.
By any chance is there a way to get black output? I recall seeing a thread where a MOSFET was used to sink current to adjust the black level but can’t seem to find it. It would make reading text against bright surfaces much easier!
June 30, 2017 at 6:36 pm #9105Michael
KeymasterHere is a discussion about using a MOSFET or 4066 analog switch. I used a 4066 analog switch to turn off the video signal for lines in a certain range.
https://nootropicdesign.com/store/forums/topic/black-letters/
It was a long time ago, so the details may be fuzzy for me….
-
This reply was modified 7 years, 12 months ago by
Michael.
March 10, 2018 at 5:17 pm #9518jcarb
ParticipantIt has been a while! I ordered the parts last year but never got around to trying it. I found this youtube video that has the tvout with color code, I was able to get it to compile but do not have any 14.3MHz crystals on hand.
I am ok with modifying my Arduino’s crystal, do you think that code and the TVOUT-VE code can be merged/branched?
March 11, 2018 at 3:24 pm #9519Michael
KeymasterThe TVout-VE code is on GitHub, so feel free to fork the repo and apply the changes if you think it can be done. I assume the TVout code to do color has many modifications. I’m just buried in other projects and not doing any video stuff now. (Video Experimenter is from 2010)
March 11, 2018 at 10:32 pm #9521jcarb
ParticipantI took a gander at the code and at first glance they appear to be totally different. I will probably have better luck comparing the normal TVout to TVout-VE to find the differences then apply that to the TVout-color code. I am not too familiar with AVR assembly though
-
This reply was modified 7 years, 12 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.