Class FrameProcessor.CppProxy

    • Method Detail

      • _djinni_private_destroy

        public void _djinni_private_destroy()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable
      • createPhotoProcessor

        @Nullable
        public static FrameProcessor createPhotoProcessor​(@Nullable
                                                          ProcessorConfiguration config)
        Description copied from interface: FrameProcessor
        Photo processor. `push` to set photo, processing happens on `pop` synchronously. Several `pop` calls return same result without unnecessary processing, except case when recognizer pipeline was changed by EffectPlayer, processing will be restarted.
      • createVideoProcessor

        @Nullable
        public static FrameProcessor createVideoProcessor​(@Nullable
                                                          ProcessorConfiguration config)
        Description copied from interface: FrameProcessor
        Video processor. Consistent `push` - `pop` will process frames synchronously.