Bug 223330

Summary: multimedia/v4l-utils:v4l2-ctl missing
Product: Ports & Packages Reporter: Rajil Saraswat <rajil.s>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: New ---    
Severity: Affects Only Me CC: emaste, swills, trueos, w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (multimedia)
Version: Latest   
Hardware: Any   
OS: Any   

Description Rajil Saraswat 2017-10-30 22:47:54 UTC
Hello,
I want to set some parameters of my Hauppauge HDPVR like so:

v4l2-ctl -d /dev/video0  --set-standard=6

However, v4l-utils-1.6.3 is missing the v4l2-ctl binary. Is there any way to get the binary?

Thanks
Comment 1 Walter Schwarzenfeld freebsd_triage 2019-08-08 15:09:46 UTC
See
https://forums.freebsd.org/threads/v4l-utils-missing-v4l2-ctl.52038/

-->
The v4l2-ctl binary was removed in r389588. I can't answer why but I would suggest looking at the changes here:
https://svnweb.freebsd.org/ports/head/multimedia/v4l-utils/pkg-plist?r1=378270&r2=389588

The review of the change and discussion around it is on Phabricator Hopefully you can find some more insight into the changes here:
https://reviews.freebsd.org/D1482
Comment 2 Trenton Schulz 2021-01-01 14:16:06 UTC
FWIW, the version of v4l-utils I have install (1.20.0) has v4l2-ctl included:



 pkg info -l v4l-utils-1.20.0
v4l-utils-1.20.0:
     [snip other files...]
        /usr/local/bin/v4l2-ctl
     [snip other files]

There seem to be issues with it (e.g. bug #25327), but this bug can be closed.
Comment 3 Trenton Schulz 2021-01-01 14:16:58 UTC
(In reply to Trenton Schulz from comment #2)
Doh! I meant bug #252327. Sorry.