|
|
|
|
|
|
|
The config is set to 1 (NTSC)
The camera out is also set to NTSC @ 4:3 aspect ratio. I briefly came across a post last night where someone else had similar issues, said it had something to do with the latest version of code not working well. All of the previous versions are in .doc format for some reason so until I get the chance to sit down at one of my other computers I'm at a stand still. |
|
|
|
|
||
|
Danmark, Midtjylland, Galten
Joined Oct 2011
203 Posts
|
Quote:
|
|
|
||
|
|
|
|
|
Line 154 in config. If you can please try to change "#if (video_system == 0)" to:
#if (VIDEO_SYSTEM == 0) This is the code-part where it's used: #if (video_system == 0) // PAL #define toplinetext 41 #define toplinenumbers 51 #define butlinenumbers 271 #define timer_line 252 #define gps_nmea_line 32 #define summaryline 102 #define current_calc_line 292 #else //NTSC #define toplinetext 24 #define toplinenumbers 34 #define butlinenumbers 229 #define timer_line 210 #define gps_nmea_line 15 #define summaryline 100 #define current_calc_line 260 #endif |
|
|
|
|
|
|
|
Successful build
Hi
I would like to thanks Dennis Frie and other contributors for such great project! I realized DIYOSD with LM1881 on breadboard from bare components (no stupid arduino pro mini), recycled GPS module from remzibi and it simply works! Next time I would design proper PCB, probably cheap single sided without mask, as breadboard is too laborious and not pretty at all. ![]() Can't wait to try it in air. Thanks! |
|
|
|
|
||
|
|
Quote:
![]() Here is my LM1881 bread boarding project based upon Dennis' design, it sits on top of an Arduino ATMEGA1280 and run MultiWii Firmware. The OSD is mobiDroneOSD. There is STILL Life in the LM1881 design. |
|
|
||
|
|
|
|
Joined Jan 2013
4 Posts
|
I've been testing DIYOSD on a breadboard with an Arduino UNO and an old TV. I had to adjust the line settings pretty dramatically for it to all show up on the screen. I thought I would post this for those having trouble with the top/bottom being cut off.
Here are my NTSC settings: Code:
//NTSC #define toplinetext 54 #define toplinenumbers 64 #define butlinenumbers 214 #define timer_line 195 #define gps_nmea_line 45 #define summaryline 90 #define current_calc_line 260 ![]() Cheers, - Jason |
|
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion Diy osd | karl k | Video Piloting (FPV/RPV) | 2 | May 03, 2011 12:31 AM |
| Idea New DIY OSD? | atari7202 | Video Piloting (FPV/RPV) | 1 | Mar 25, 2011 12:08 AM |
| Discussion see my own diy OSD video | Passion | Aerial Photography | 7 | May 27, 2010 01:28 AM |
| Discussion REAL homebrew DIY OSD - Check it out! | jafoca | Video Piloting (FPV/RPV) | 8 | Jun 29, 2009 06:52 PM |
| Discussion picoOSD DIY PIC12F683 based OSD in C | kbosak | Video Piloting (FPV/RPV) | 6 | Jan 31, 2008 07:47 AM |