From 20f3a92f1c5ddecb565634237e33b321e846ad5d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:08:21 +0200 Subject: Initial commit --- .../Doc/com/proj/drone_routing/VideoFeed.html | 302 +++++++++++++++++++++ 1 file changed, 302 insertions(+) create mode 100644 Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html (limited to 'Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html') diff --git a/Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html b/Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html new file mode 100644 index 0000000..7bbae28 --- /dev/null +++ b/Realisation_vol/Doc/com/proj/drone_routing/VideoFeed.html @@ -0,0 +1,302 @@ + + + + + +VideoFeed + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.proj.drone_routing
+

Class VideoFeed

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.view.TextureView.SurfaceTextureListener
    +
    +
    +
    +
    public class VideoFeed
    +extends java.lang.Object
    +implements android.view.TextureView.SurfaceTextureListener
    +
    That class is used to initialise and to update the video feed received from the aircraft main camera.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onSurfaceTextureAvailable

        +
        public void onSurfaceTextureAvailable(android.graphics.SurfaceTexture surface,
        +                                      int width,
        +                                      int height)
        +
        +
        Specified by:
        +
        onSurfaceTextureAvailable in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      + + + +
        +
      • +

        onSurfaceTextureSizeChanged

        +
        public void onSurfaceTextureSizeChanged(android.graphics.SurfaceTexture surface,
        +                                        int width,
        +                                        int height)
        +
        +
        Specified by:
        +
        onSurfaceTextureSizeChanged in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      + + + +
        +
      • +

        onSurfaceTextureDestroyed

        +
        public boolean onSurfaceTextureDestroyed(android.graphics.SurfaceTexture surface)
        +
        +
        Specified by:
        +
        onSurfaceTextureDestroyed in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      + + + +
        +
      • +

        onSurfaceTextureUpdated

        +
        public void onSurfaceTextureUpdated(android.graphics.SurfaceTexture surface)
        +
        +
        Specified by:
        +
        onSurfaceTextureUpdated in interface android.view.TextureView.SurfaceTextureListener
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3