Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4l2 input #825

Merged
merged 3 commits into from
Jun 17, 2020
Merged

V4l2 input #825

merged 3 commits into from
Jun 17, 2020

Conversation

Paulchen-Panther
Copy link
Member

@Paulchen-Panther Paulchen-Panther commented Jun 7, 2020

Summary

This PR reintroduces the input parameter into Hyperion. As in the classic version of hyperion, the input of a v4l device can be selected. As an example, I list the EasyCap Video USB Grabber (Fushicai UTV007), which also has two inputs (Composite / S-Video).

chips-utv007-new-usb-2-0-easycap-dc60-tv

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Build-related changes
  • Other, please describe:

If changing the UI of web configuration, please provide the before/after screenshot:

before:
before

now:
after

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing setups:

The PR fulfills these requirements:

  • When resolving a specific issue, it's referenced in the PR's body (e.g. Fixes: #xxx[,#xxx], where "xxx" is the issue number)

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature
  • Related documents have been updated (docs/docs/en)
  • Related tests have been updated

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

Fixes: #817

Signed-off-by: Paulchen Panther <Paulchen-Panter@protonmail.com>
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
@hyperion-project
Copy link

Hello @Paulchen-Panther 👋

I'm your friendly neighborhood bot and would like to say thank you for
submitting a pull request to Hyperion!

So that you and other users can test your changes more quickly,
you can find your workflow artifacts here.

If you make changes to your PR, i create a new link to your workflow artifacts.

Best regards,
Hyperion-Project

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
@hyperion-project
Copy link

Here is your new link to your workflow artifacts.

@newkind
Copy link

newkind commented Jun 8, 2020

@Paulchen-Panther WHOAH! That's awesome! Thank you very much <3 This is exactly what I need for my EasyCap EMPIA chip based clone. Is there a buildbot where I could grab a build with this PR for my CoreElec?

@Paulchen-Panther
Copy link
Member Author

Paulchen-Panther commented Jun 8, 2020

This is exactly what I need for my EasyCap EMPIA chip based clone. Is there a buildbot where I could grab a build with this PR for my CoreElec?

The good news: The build bot is exactly above your post.
The bad: The AARch64 release is only generic. So it does not run on CoreELEC, because this requires special dependencies. You can only contact portisch in the CoreELEC forum and ask him about when a new release will be created.

@newkind
Copy link

newkind commented Jun 8, 2020

@Paulchen-Panther I'll contact Portisch, thank you one more time!

@NKnusperer
Copy link

How do I 'install' a PR build?
Just extract the zip/tar and run the binary?

@Paulchen-Panther
Copy link
Member Author

@NKnusperer Yes.

@Paulchen-Panther Paulchen-Panther merged commit 756247a into hyperion-project:master Jun 17, 2020
@Paulchen-Panther Paulchen-Panther deleted the v4l2 branch July 6, 2020 07:54
@moe7863
Copy link

moe7863 commented Sep 11, 2020

USB webcams no longer seem to be working since this implementation. My camera is recognised by Hyperion ng but throws the following errors: V4L2:/DEV/VI : Throws error nr: VIDIOC_STREAMON error code 5, Input/output error
V4L2:/DEV/VI : Throws error nr: VIDIOC_STREAMON error code 28, No space left on device

My webcam video format is: UYVY

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'grabber-v4l2.input' setting equivalent
4 participants