Chandanrajshaw
Chandanrajshaw
> Yes it is possible. Did you have a look at the [examples](https://github.com/mavlink/MAVSDK-Java/tree/main/examples)? Yes i had gone through android-client example ...but for video feed...I haven't got. Is it there?
I m trying o get the camera component to display video feed using exoplayer.For this I had used the approach as: camera=MavServer.drone.getCamera(); camera.getVideoStreamInfo().subscribe(new FlowableSubscriber() { @Override public void onSubscribe(Subscription s)...
> > I m Not using physical drone > > Are you using SITL? PX4 SITL does not send the `VIDEO_STREAM_INFORMATION` mavlink message. I'm afraid you should try with a...