|
|
|
|
||
|
Joined Jul 2008
234 Posts
|
Quote:
" , but it needs timing, so question is if it still possible to add it to current osd code, because if I'm understanding correctly you would need mix modem and video signal processing code into single routine to fit timings, or not?Using MAX7456 would help a lot, problem is that breakout board with it is quite expensive (40$) + quite bulky (though you could remove video connectors). |
|
|
||
|
|
|
|
United States, AZ, Prescott Valley
Joined Feb 2012
177 Posts
|
Errors compiling DIY OSD v0.18
dziedrius,
You are not as complete a beginner as me ![]() I am even having trouble compiling DIY OSD v0.18 ![]() Attached are the errors I'm getting. Maybe someone could see what I'm doing wrong ? Thank you in advance Rick |
|
|
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
|
Quote:
![]() - What version of Arduino do you use? - Do you use windows/Linux/Mac? You should be able to open DIY_OSD_v0_18.ino and press upload without modifying anything But it looks to me like you have copied the project to Arduino libraries? Please remove all the DIY-OSD stuff from Arduino library first, as this seems to be causing problems. C:\Documents and Settings\Fred\My Documents\Home\Arduino\libraries\DIY_OSD_v0_18 The files are being read both from library and the compiling project, perhaps? |
|
|
||
|
|
|
|
United States, AZ, Prescott Valley
Joined Feb 2012
177 Posts
|
You were right !
My Arduino file structure was all screwed up.... cleaned things up according to Arduino's web site and it compiled first time !! My camera and video transmitter is 12 volts. The DIYOSD is 5 volts. Is there a problem tying the 5v DIYOSD ground and video line with the the 12 volt ground and video line from the camera? Thanks again Dennis. Rick |
|
|
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
Danmark, Midtjylland, Galten
Joined Oct 2011
203 Posts
|
Quote:
They all need common ground regardless of their supply voltage, and the video line don't carry 12 V, just video signal level. So no problems at all. |
|
|
||
|
|
|
|
United States, AZ, Prescott Valley
Joined Feb 2012
177 Posts
|
It appears to me that I am creating a potential problem if I have one flight pack and am powering the camera, receiver and BEC.
If the BEC powers the 5 volt DIYOSD which then in turn is connected to the 12 volt camera system through the ground (and signal wire)....it appears that I am creating a ground loop....yes? And if I understand that correctly (very limited understanding I might add , the danger is that the 12 volts may be passed through the 5 volt ground system and fry things.So.....how messed up is this thinking? Rick |
|
|
|
|
||
|
|
Quote:
|
|
|
||
|
|
|||
|
United States, AZ, Prescott Valley
Joined Feb 2012
177 Posts
|
I see some numbers :)
Hey thanks everyone for helping this novice -
Yes, the code did compile No, nothing fried when I plugged it (see pict) Yes, I did see some numbers ...not too pretty yet ...but hey I see numbers ![]() see a little clip as I adjust the potentiometer -
So, now for some trouble shooting - ha I have no idea what I'm looking for Any suggestions ?I suspect the capacitor because I had no idea what size it was other then "small" .Thanks again, Rick |
||
|
|||
|
|
|
|
Joined Jun 2010
554 Posts
|
got my osd running now did a mistake feeding the osd into the videostream. Now i am planning to use this without a gps so i want to strip down the code to FlightTime and Input voltage (G-Osd Style). Any hint where to start the best without messing everything up ?
|
|
|
|
|
||
|
Joined May 2010
72 Posts
|
Quote:
Look at output.cpp and start commenting out entire ifs in the detectline-method. For example, if you comment out this line (and the next 240 lines): Code:
else if (line > toplinenumbers && line < (toplinenumbers + 9)) {
I have done quite a lot of changes in the output code, but the code is still not looking good. Some major refactoring has to be done, but I don't know if the timing allows it. |
|
|
||
|
| 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 |