Package com.kurento.kmf.media

Examples of com.kurento.kmf.media.WindowParam


        "videorate max-rate=15 average-period=200000000").build();
    mirrorFilter = mediaPipeline.newGStreamerFilter("videoflip method=4")
        .build();

    chromaFilter = mediaPipeline.newChromaFilter(
        new WindowParam(100, 10, 500, 400)).build();
    pointerDetectorAdvFilter = mediaPipeline.newPointerDetectorAdvFilter(
        new WindowParam(5, 5, 50, 50)).build();
    pointerDetectorAdvFilter.addWindow(cpbWindows.start);
    activeWindow = Windows.START;
    faceOverlayFilter = mediaPipeline.newFaceOverlayFilter().build();
    rateLimiter.connect(mirrorFilter);
    mirrorFilter.connect(pointerDetectorAdvFilter);
View Full Code Here

TOP

Related Classes of com.kurento.kmf.media.WindowParam

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.