@@yt3dkraft would I need this to view video from drone to a screen
@zackwrx054 ай бұрын
@@yt3dkraft I’m trying to build a drone and I was going to use this to be able to use a DJI controller with a screen on it
@yt3dkraft4 ай бұрын
@@zackwrx05 All these DJI components are not available anymore, the video is 7 years old. You should look for up-to-date solutions like HereLink or SIYI.
@devanesanandrews34884 ай бұрын
Hey hi, thats a nice drone, would you be interested in working together
@yt3dkraft4 ай бұрын
Why not? Please send me a personal message to dsicuss details.
@devanesanandrews34884 ай бұрын
which one you would prefer? discord, telegram or email what would be okay
@yt3dkraft4 ай бұрын
@@devanesanandrews3488 mail
@yt3dkraft4 ай бұрын
@@devanesanandrews3488 Look at the kopterkraft.com website for an email.
@erikespindola99246 ай бұрын
Wow it holds its position very well, you flying loiter?
@yt3dkraft6 ай бұрын
@@erikespindola9924 yes
@ekrembahayilmaz9 ай бұрын
hi can you give me the name of the motor you used in the drone
@Wieland_der_Schmied9 ай бұрын
Wunderschöne Aufnahmen!
@sathviknag964510 ай бұрын
Hey do you have a simulation for this and code repository
@AhmetBurhanYaman10 ай бұрын
Whats is the gimbal controller you use?
@yt3dkraft10 ай бұрын
Basecam (Tiny)
@karun42711 ай бұрын
Hello there, this is a very impressive work. could you please tell me how you managed to send velocity commands to the flight controller from the companion computer. I would like to know more about the Flight modes used. Thank you.
@yt3dkraft11 ай бұрын
The drone's flight controller needs to be in guided mode. There are MAVLink commands, that allow movements with velocity vectors in the NED (north, east, down coordinate system relative to the drone body).
@TAGITA08 Жыл бұрын
Danke für das schöne Video
@易治兵 Жыл бұрын
你好 我需要这个控制设备 如何联系你
@yt3dkraft Жыл бұрын
Not available / supported anymore. I recommend using open source flight stacks (ArduCopter, PX4).
@易治兵 Жыл бұрын
现在买不到了吗 我需要这样的设备 @@yt3dkraft
@yt3dkraft Жыл бұрын
不,它不再可供購買@@易治兵
@易治兵 Жыл бұрын
是为什么不可以使用了呢 我真的很需要 或者遇到什么问题了吗 ?我可以帮你解决@@yt3dkraft
@Prepaidify Жыл бұрын
Are you using a Tello edu drone? With my normal tello drone i cant Access the IR cam
@yt3dkraft Жыл бұрын
Yes, only EDU
@Prepaidify Жыл бұрын
@@yt3dkraft ok thanks good to know ❤️
@MrRobotLong Жыл бұрын
Hi, how are those drones fly so precisely? I was doing a test where I sent 2 drones the same move, but one moe further than the other one (about 5 cm to 10 cm).
@yt3dkraft Жыл бұрын
Are you using mission pads?
@MrRobotLong Жыл бұрын
@@yt3dkraftNo. I made my own random ground pattern. I use the command "go x y z speed"
@MrRobotLong Жыл бұрын
@@yt3dkraft Can you help me solve this problem?
@yt3dkraft Жыл бұрын
Again: Are you using a mission pad? Even then, you will see some cm divergation.
@MrRobotLong Жыл бұрын
Oh, you are saying that using mission pads will make the move more precise. Thank you! I will incoporate that in my ground pattern.
@vikramurs9416 Жыл бұрын
do you have a github repository for the project ?
@davudsuleymanov1622 Жыл бұрын
It is not clear from the video exactly where the lidar is positioned. Could you give some more detailed information about the lidar you used, like model?
@schoolwizards5142 Жыл бұрын
For anyone who is still wondering how to access the bottom camera. Update your drone to the latest firmware using the tello app, and make sure you set up the djitellopy repository in pycharm. After you do that using the following code you should be able to get a live feed of bottom camera footage: from djitellopy import Tello import cv2 tello = Tello() tello.connect() print(tello.get_battery()) tello.streamoff() tello.streamon() tello.send_command_with_return("downvision 1") while True: img = tello.get_frame_read().frame img = cv2.resize(img,(648,488)) cv2.imshow("Image", img) if cv2.waitKey(5) & 0xFF == ord('q'): tello.streamoff() break
@iangrayson7749 Жыл бұрын
"Promo SM"
@MrRobotLong Жыл бұрын
It's funny because I just thought of a way to do swarming at night (since Tello drones use VPS), and your solution is the same as mine!
@giorgiolelmi8175 Жыл бұрын
Quick question here, do you know if it is possible to install ROS, ROS2 or gazebo on a raspberry? I've been trying to do that for a while, but haven't succeeded
@yt3dkraft Жыл бұрын
You can build ROS Noetic on Raspberry OS Buster 32 Bit (not supported for Bullseye) but i would not recommend to go that way as it will mean that also almost any ROS package and there dependencies also must be built from scratch. I would recommend to install Ubuntu MATE (20.04 for ROS Noetic or 22.04 for ROS2) 64 bit on RPi (4B or CM4). There are also ways to get the Pi Camera v2 running with V4L2 on MATE. Then you can install ROS packages using apt.
@giorgiolelmi8175 Жыл бұрын
Oh, okay. Thank you very much. I think I'm going to try the Ubuntu OS.
@phoenix17992 жыл бұрын
Couldnt update to v02.05.01.17
@yt3dkraft2 жыл бұрын
Do you have Tello EDU? Update only available for EDU and Talent. Meanwhile there is a newer update v02.05.01.19
@phoenix17992 жыл бұрын
@@yt3dkraft I have the normal Tello
@FireflyX5L2 жыл бұрын
The only problem is that this spider only has six legs
@cannalbant50362 жыл бұрын
ıso monster A7S
@Stefan_Dragancev2 жыл бұрын
Hello, how works the send_rc_control() method in djitellopy? When i run the method, how long is it working? Or how many times it send the command? I just know it sets the velocity in one direction. When the command is sent, how long is the velocity increasing or decreasing?
@chance92432 жыл бұрын
💘 𝐩𝓻Ỗ𝓂Ø𝓈M
@TonyVentura2 жыл бұрын
Is it possible to buy a license from the software that u adapted / coded? Pls send me your contact so we can talk about that Waiting for your reply Thanks
@JonPalacios302 жыл бұрын
Hi! Where did you get that green board to connect the pins? Thank you!!
@yt3dkraft2 жыл бұрын
Self designed.
@Shadowquad2 жыл бұрын
I just did this conversion. How did you get the landing gear to work?
@danieIlondon2 жыл бұрын
Wow awesome! I was looking at an old article on EOSHD that was talking about this method for the GH5. 4k > 1080p. So I was curious if it could be done with the A1. What method did you use? And is it in prores or CineForm? What I didn’t understand was they said something about an “RGB Domain Scale”. They said you have to upconvert to RGB and 10/16bit first
@SergioBarrosF2 жыл бұрын
Hello! How do you do development this performance? What program language do you use?
@yt3dkraft2 жыл бұрын
Software was developed in Python.
@SergioBarrosF2 жыл бұрын
@@yt3dkraft I was trying to develop one software that connects 4 Tello Edu, but I don't get... Can you share with me one exemple code to do this connection?
@yt3dkraft2 жыл бұрын
@@SergioBarrosF This repo gives a starting point, but there is still a lot of work... github.com/TelloSDK/Multi-Tello-Formation
@SergioBarrosF2 жыл бұрын
@@yt3dkraft thanks a lot
@TonyVentura2 жыл бұрын
@@yt3dkraft hi. Do u had to code from this starting point?
@Shadowquad3 жыл бұрын
Can I map the standard FCO module AUX channel to a switch to control a servo?
@gordonyz43 жыл бұрын
what would be a good software to downsample? i plan to shoot 8k but downsample in PCs to get full sensor read out
@keshavharipersad20243 жыл бұрын
cool. but can you please share the python code? there are many people who want to do this...
@yt3dkraft3 жыл бұрын
As answered already to the comment below, you simply send additionally: downvision 1 (switches the video stream down) downvision 0 (switches video streaming back to the forward view) Examples to read Tello's camera stream in Python are available already in many Github repositories and forums.
@mwlrs28823 жыл бұрын
Moin
@yt3dkraft3 жыл бұрын
Moin.
@mowvision28253 жыл бұрын
Technically you got this wrong: Croma subsampling does not apply to the same principle as if you could easily pixel-bin it to get back the data from sensor. It was not encoded in a first place, hence it still looks "shallow" and kind of bleak compared even to 2k cdng footage from arri or even 5dm3 mlraw encoding. Still it's a lot better in many ways, but still bot a 4.4.4
@yt3dkraft3 жыл бұрын
Mathematically, my description is correct. Practically, you may still see a _slight_ difference between footage that was recorded with a sensor with the same number of red, green and blue pixels (like a foveon sensor) in native resolution, but the result of downsampled 4:2:0 footage can be closer to "pure" 4:4:4 than to anything else. Your comment regarding footage from Arri or 5D MK3 seems to address advantages of raw data compared to encoded data. But this has no influence on the chroma subsampling. Even if you have 14 or 16 bit raw, it is still 4:2:0 when it comes from a bayer sensor and is not downsampled - even if the format for storing the data would allow to save it as 4:4:4. Your recording format can not regain information that is already lost at the sensor.
@yt3dkraft3 жыл бұрын
See also here: www.slashcam.de/artikel/Grundlagen/4K---Von-RAW-bis-4-2-0.html (German) and here: www.xdcam-user.com/2011/02/when-is-444-not-really-444/ (only adressing the second point)
@danieIlondon2 жыл бұрын
The way this works is quite technical but it essentially amounts to using the extra pixels present in the 8k files to rebuild the lost colour information. Neighbouring pixels are summed to create a super pixel with a greater bit depth and better sampling. It requires a lot of processing power and a finishing codec good enough to store the extra colour data.
@mecatx3 жыл бұрын
Great light show!
@mecatx3 жыл бұрын
Please describe or show a better view of the battery attachment and locations. Thanks
@blubberflutsch3 жыл бұрын
There is no external battery. I am picking up the power of the Tello battery from the connector pins on the mainboard. You see it at 00:51
@mecatx3 жыл бұрын
Thank you
@bricolage3522 жыл бұрын
I get around 4.2V on the pins...when tello is on with a full battery . Wanted to try connecting the runcam thumb pro this way , because of the" no 5V when otg connected after updating firmware " but is it doesnt give 5V i have no use :(
@mecatx3 жыл бұрын
Great project and work. Keep us posted om progress/
@ariafpv3 жыл бұрын
hi, how can I get the image from the downward camera in python tellopy library?
@yt3dkraft3 жыл бұрын
downvision 1 (switches the video stream down) downvision 0 (switches video streaming back to the forward view)
@ariafpv3 жыл бұрын
@@yt3dkraft How should the code look like? Sry I'm new to all this. I tried me.set_video_direction(CAMERA_DOWNWARD) but I got an error Is it only available on the EDU version of the tello?
@ubesingha3 жыл бұрын
@@ariafpv not available in non-edu tello
@chandrashekarv19673 жыл бұрын
@@yt3dkraft bro can you please share the python code
@xinwang39112 жыл бұрын
You might want to upgrade firmware too. For me, SDK 2.0 gave an error but it went fine after I updated to sdk. 3.0
@sahilpawaskar55123 жыл бұрын
Is it possible some how that macbook Air M1 can be use an monitor for Jetson board ? Please reply I am new to this field
@yt3dkraft3 жыл бұрын
You can grab the screen, send it as videostream and play that stream on Mac. Or use a HDMI-to-USB converter and use it as UVC cam input.
@sahilpawaskar55123 жыл бұрын
@@yt3dkraft Thank you so much for suggestions and for prompt reply.
@Indra-elfateh3 жыл бұрын
Please ,how linking your transmiter to Dji N3
@okewunmipaul29033 жыл бұрын
Awesome project you've got here, Please would you mind sharing your code, so i can try it out on my drone.
@yt3dkraft3 жыл бұрын
Currently I do not intend to share the full code. But you can get a good inspiration here: kzbin.info/www/bejne/ZmLWcp6LlLOphbs
@okewunmipaul29033 жыл бұрын
@@yt3dkraft Alright, thanks. I'll check it out.
@emadmostafa27413 жыл бұрын
Everything is clear but how to configure servos on the remote controller?
@emadmostafa27413 жыл бұрын
How to configure servos to work on remote?
@TheAgora1233 жыл бұрын
explain to me how? thanks
@1LN3 жыл бұрын
What do I need to buy to get this? THX
@yt3dkraft3 жыл бұрын
Please look into the documentation provided in the downloads section.