Px4flow frame on PC

hello
how can I read px4flow frame in PC
for example in visual studio
thank you

Hi @Mai_Abboud
What do you mean with a “frame”? You mean the picture of the flow sensor? Or taking a step back, what are you trying to do actually?

Hi
I found this package for python


I want the same package for c++
what I am trying to do ?
I just want to get px4flow data like optical flow values , gyro values etc… and use it in my code on PC.
I know they have packages for ROS , arduino , but I have no idea how to use them
and thank you

You should be able to get the values by connecting using MAVLink, and that’s actually what PyPX4Flow does.