Tello camera colors
1797 3 2023-8-23
Uploading and Loding Picture ...(0/1)
o(^-^)o
djiuser_riyhuDv749my
lvl.1
Belgium
Offline

**Solved**

Hello everyone. When I run my Tello Edu camera with my Python code, I realize that colors are not correct. My glass is yellow, but i see it blue.  Weirdly when it records it's camera again through the computer screen, as you can see its correctly yellow again. It works correctly on my tello mobile app too. I am confused can someone explain?

This is my code=

from djitellopy import Tello
import cv2
mydrone= Tello()
def main():
    try:
        mydrone.connect()
        print(mydrone.get_battery())
        print("connected")
        mydrone.streamon()
    finally:
        mydrone.streamoff()


Edit= I added         img=cv2.cvtColor(img, cv2.COLOR_BGR2RGB)   into my code and it was fixed, my apologies im a newbie


2023-8-23
Use props
djiuser_riyhuDv749my
lvl.1
Belgium
Offline

2023-8-23
Use props
djiuser_riyhuDv749my
lvl.1
Belgium
Offline


And this is in my phone:
2023-8-23
Use props
abdullah.osman
New

Canada
Offline

did you fix it? i am having the same problem
2023-11-19
Use props
Advanced
You need to log in before you can reply Login | Register now

Credit Rules