Capture Devices

  • Looking to grab a new capture card next, current one wont do anything over 720p ideally 1080p would be sweet and preferably not the UTV007 as then additional wires and converters would be required but if it works and is stable i suppose that's the main thing.


    Any thoughts or recommendations?

  • All capture cards with the "Macrosilicon 2109" chip should be working with Hyperion.NG.

    Grüße aus Österreich / Greetings from Austria !

    - Don't wanna miss it anymore !

  • Yeah current card is Mike72 , but any resolution higher than 1280x720p adds a noticeable delay to the LEDS


    v4l2-ctl --all

  • The console is your friend. Try this...

    Code
    ffmpeg -f v4l2               \
           -input_format mjpeg   \
           -framerate 30         \
           -video_size 1920x1080 \
           -i /dev/video0        \
           -vcodec copy          \
           -f v4l2 /dev/video0

    or maybe...

    Code
    ffmpeg -f v4l2               \
           -input_format mjpeg   \
           -framerate 30         \
           -video_size 1920x1080 \
           -i /dev/video0        \
           -vcodec yuyv422       \
           -f v4l2 /dev/video0

    Eventually I got this to work...

    Code
    ffmpeg -f v4l2               \
           -input_format mjpeg   \
           -framerate 30         \
           -video_size 1920x1080 \
           -i /dev/video0        \
           -pix_fmt yuyv422      \
           -f v4l2 /dev/video0

    But my experience, this doesn't works with every grabber card, don't know why. So try out.:thumbup:

    Grüße aus Österreich / Greetings from Austria !

    - Don't wanna miss it anymore !

  • Hocus: The black one works, I bought this.

    The "coffee"... I don't know, maybe USB 3.0? :/

    But both no loop through.

    Grüße aus Österreich / Greetings from Austria !

    - Don't wanna miss it anymore !

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!