Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: sys/uvideo: avoid using queue.h
To:
marcus@nazgul.ch, tech@openbsd.org
Date:
Sun, 09 Mar 2025 15:43:00 +0100

Download raw body.

Thread
  • Kirill A. Korinsky:

    sys/uvideo: avoid using queue.h

  • On Sun, 09 Mar 2025 15:17:38 +0100,
    Kirill A. Korinsky <kirill@korins.ky> wrote:
    > 
    > 5. In the case of amd64 I need to use 60 fps stream, and 30 fps is enough
    > for arm64. But the tricky part: I do have another 4k webcam which produces
    > 30 fps stream as well, and I can't reproduce any isse by it.
    > 
    > But, frankly, I hadn't tried so hard.
    > 
    
    If I just attach it and run as simple as
    
    	ffplay -i /dev/video0 -input_format mjpeg
    
    arm64 system may freeze on detach of webcam. Not immedetly, but in a minute.
    
    -- 
    wbr, Kirill
    
    
  • Kirill A. Korinsky:

    sys/uvideo: avoid using queue.h