cool.. I will stop posting links.. although your query got me restarted on OpenTLD again(which I was looking at for a sentry gun /camera project :) (paint ball)
Mavlink, over "the telemetry radio link" is good for 57600bps , works at half duplex, telemetry data it is not suitable for video transmission.
The FPV kit you pentioned in PM, is for transferring video, is simplex, and does not transfer telemetry (mavlink) - but with minimOSD you can mix in some some telemetry data into the video, in form of a OSD, but it's still not transmitting the actual mavlink protocol.
I have the telemetry usb 3dr and the camera, i need the camera just to get data,but i use the telemetry to recieve and send data with mavlink, so i need the video to show it in my app, i'll use this usb for getting the camera´s stream.
I'm not an expert at setup but your making an app like droid planner but with a virtual osd like the ground control station has in mission planner? but, only using a single transmitter instead of the telemetry, and an fpv video transmitter.
Not entirely sure you'll get enough bandwidth through the telemetry unit but i think it'd be really cool for a app like this even if it's just sending a pic every couple seconds to a android/apple device so you have an idea what the environment is.
Aleja ruiz > Spencer TouchieMarch 19, 2014 at 11:57am
i'm going to implement evasion tactics, so i need to recognize "enemies" in the video stream and make an analysis to the images for getting speed, position, distance of my enemie. I'm working with c#, so i need the stream with mavlink them i use a library Emucv for the images analysis , also i want to show the video in the gui. I need the mavlink code for getting this stream.
btw just for fun I am getting the predator(OpenTLD) algorithm running on the beaglebone black running in a corner of the room here , I have a couple of security camera feeds it can tap into for "enemy(s)" (read: dogwalkers!)...
HZL
ie on debian wheezy at least the python bindings for libopencv-dev come in with python
Replies
cool.. I will stop posting links.. although your query got me restarted on OpenTLD again(which I was looking at for a sentry gun /camera project :) (paint ball)
HZL
First: what bitrate and transmitter/reciever equipment are going to use for the transfer ?
Hi, the camera's reference that i'll use is 3DR Video/OSD System Kit.
ok, I think you may be mixing stuff up.
Mavlink, over "the telemetry radio link" is good for 57600bps , works at half duplex, telemetry data it is not suitable for video transmission.
The FPV kit you pentioned in PM, is for transferring video, is simplex, and does not transfer telemetry (mavlink) - but with minimOSD you can mix in some some telemetry data into the video, in form of a OSD, but it's still not transmitting the actual mavlink protocol.
I have the telemetry usb 3dr and the camera, i need the camera just to get data,but i use the telemetry to recieve and send data with mavlink, so i need the video to show it in my app, i'll use this usb for getting the camera´s stream.
long post short: you're making this mentioned in Simon's reply?
http://diydrones.com/profiles/blogs/new-mission-planner-gcs?id=7058...
Awesome!
I'm not an expert at setup but your making an app like droid planner but with a virtual osd like the ground control station has in mission planner? but, only using a single transmitter instead of the telemetry, and an fpv video transmitter.
Not entirely sure you'll get enough bandwidth through the telemetry unit but i think it'd be really cool for a app like this even if it's just sending a pic every couple seconds to a android/apple device so you have an idea what the environment is.
i'm going to implement evasion tactics, so i need to recognize "enemies" in the video stream and make an analysis to the images for getting speed, position, distance of my enemie. I'm working with c#, so i need the stream with mavlink them i use a library Emucv for the images analysis , also i want to show the video in the gui. I need the mavlink code for getting this stream.
it's not necessary use mavlink, whatever, i need the stream and can work it in c#. but i don´t know other way
hi alex, you need to go to github for the OpenTLD implementtion(in c++)
same for mavelous etc all found on github.
for the object tracking try https://www.youtube.com/results?search_query=openCV%20object%20track...
and watch some of the videos and note the URLs presented for the project a lot of them have pointers to source..
HZL
ps yes VTX = video xmitter VRX = Video receiver
https://www.youtube.com/watch?v=_iFL4hvq2Z4
http://code.opencv.org/projects/opencv/wiki/Working_with_OpenCV_git... is your new friend... :)
btw just for fun I am getting the predator(OpenTLD) algorithm running on the beaglebone black running in a corner of the room here , I have a couple of security camera feeds it can tap into for "enemy(s)" (read: dogwalkers!)...
HZL
ie on debian wheezy at least the python bindings for libopencv-dev come in with python