Problem with output

Store Forums Video Experimenter Bugs/Problems Problem with output

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #601
    99wilksjam
    Member

    We are in the UK , we’ve bought a common camera. The output screen is just a 4.7″ car display and we’re using the arduino nano v3. The problem is we have (what i think is) vsync issues. When I switch it to sync only mode the text appears fine , I’m guessing its because its getting its sync rate from pin D9 but then we move the jumper and put it into overlay mode we get some wired issues which are shown in the video below.

    Thanks very much for your help!

    #1610
    Michael
    Keymaster

    What code are you running? The examples that come with TVout (the rotating cube) will not work in overlay mode. You need to use a sketch that uses the special version of TVout that is for the Video Experimenter.

    Download the enhanced version of TVout from our web site: https://nootropicdesign.com/ve/#library

    Try an example specially designed for the Video Experimenter: http://nootropicdesign.com/projectlab/2011/03/20/text-and-graphics-overlay/. If your camera is PAL, then initialize TVout for PAL:

    tv.begin(PAL, W, H);
    #1613
    99wilksjam
    Member

    Thanks Michael , this resolves the problem. !

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.