Sort of Augmented Reality
Hello, (please excuse my english as is not my primary language) - I own a webcam that take a picture of outside of my house once per minute. - With a DVB sticker, I know the latitude, longitude and altitude of the planes in my area. I would like to print the data of the planes visibles on the pictures taken by the webcam, like "my sky view" from program "planeplotter" [1]. Does anybody know what kind of tools/library I can use, in Python as is the language I know the best. Last thing : I'm a dumb in math... François [1] http://www.coaa.co.uk/planeplotter.htm -- https://mail.python.org/mailman/listinfo/python-list
Re: Sort of Augmented Reality
Le 30. 01. 15 03:22, Dennis Lee Bieber a écrit : Given the first, and the aircraft data, you would need to compute the rays (azimuth/elevation) from camera to each target and map those to pixels in the image... a lot of spherical trigonometry there... http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB4QFjAA&url=http%3A%2F%2Fccar.colorado.edu%2FASEN5070%2Fhandouts%2FComp_of_Azimuth_Ele.ppt&ei=gerKVN-nOsSxyATMwoKQDw&usg=AFQjCNEVx_Yf8QtGYwJ2wH7OU5LRaqQJEA&bvm=bv.84607526,d.aWw (satellite based, but may be applicable; do a search for "convert lat long to azimuth elevation") Hum not so simple I was thinking :-) I think I'll have some hours of reading in internet... Thank you for the seed franssoa -- https://mail.python.org/mailman/listinfo/python-list