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

Webcam for HERO11 Black mini not working #460

Closed
JHSawatzki opened this issue Jan 4, 2024 · 1 comment
Closed

Webcam for HERO11 Black mini not working #460

JHSawatzki opened this issue Jan 4, 2024 · 1 comment
Assignees
Labels
question A discussion / question. Not sure if bug or enhancement. wontfix This will not be worked on

Comments

@JHSawatzki
Copy link

JHSawatzki commented Jan 4, 2024

Component
What is the bug in?

  • Demos (python sdk)
  • Documentation
  • Specs (HTTP)

Describe the bug
Using Webcam with HERO11 Black mini with USB and HTTP is not working.

To Reproduce
Steps to reproduce the behavior:

  1. Send http://172.2x.1xx.51:8080/gopro/camera/control/wired_usb?p=0
  2. Send http://172.2x.1xx.51:8080/gopro/webcam/start?res=9&fov=3
  3. See error:
    {
    "status": 0,
    "error": 6,
    "supported_settings": [
    {
    "display_name": "Res",
    "supported_options": []
    }
    ]
    }
  4. Send http://172.2x.1xx.51:8080/gopro/webcam/start?fov=3
  5. See error:
    {
    "status": 0,
    "error": 6
    }

Expected behavior
The webcam mode should properly start with the given parameters. The given python examples also fail.

Hardware

  • Camera: Hero11 Black mini (Firmware GoPro Labs, v2.40.70, Decemeber 2023)
  • Desktop Windows 10 x64, python 3.10

Additional context
none

@JHSawatzki JHSawatzki added the bug Something isn't working label Jan 4, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Jan 4, 2024
@tcamise-gpsw tcamise-gpsw removed the triage Needs to be reviewed and assigned label Jan 8, 2024
@tcamise-gpsw tcamise-gpsw self-assigned this Jan 8, 2024
@tcamise-gpsw
Copy link
Collaborator

Hello. Unfortunately there is not Webcam functionality on Hero 11 Black Mini. You can see these since the camera is not listed in any of the Webcam API's

@tcamise-gpsw tcamise-gpsw added wontfix This will not be worked on question A discussion / question. Not sure if bug or enhancement. and removed bug Something isn't working labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A discussion / question. Not sure if bug or enhancement. wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants