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

Start streaming API failing in secure mode #236

Closed
vyshali-chitikeshi opened this issue May 5, 2023 · 3 comments
Closed

Start streaming API failing in secure mode #236

vyshali-chitikeshi opened this issue May 5, 2023 · 3 comments
Labels
bug Something isn't working
Projects
Milestone

Comments

@vyshali-chitikeshi
Copy link
Contributor

🐞 Bug Report

Affected Services [REQUIRED]

The issue is located in: Device usb service

Is this a regression?

No

Description and Minimal Reproduction [REQUIRED]

USB Start streaming API tried to start streaming and then stops immediately in secure mode. Issue observed on Logitech C270 camera. Issue is not reproducible in non-secure mode.

Repro steps:

  1. Deploy the edgex stack and usb service in secure mode with latest code from main branch
  2. Verify basic rest-api like getting camera info and camera streaming status works correctly on connected USB camera.
  3. Execute start streaming rest-api with valid input &output settings (see attached screenshot)
  4. Execute stream status api to verify streaming status.

Expected behavior:
Start streaming starts video streaming and continue streaming until user stops or disconnects camera.
Streaming status api shows 'is streaming' set to true.

Actuak behavior:
Streaming starts for moment and stops immediately. Observed green light coming and going after executing start streaming api.
Streaming status api shows 'is streaming' set to false.

🔥 Exception or Error





Find attached logs
start_streaming_failing_usb_secure_mode.txt
Screenshot from 2023-05-05 13-18-42

🌍 Your Environment

Deployment Environment:

EdgeX Version [REQUIRED]:
3.0/latest main

Anything else relevant?

@vyshali-chitikeshi vyshali-chitikeshi added the bug Something isn't working label May 5, 2023
@lenny-goodell lenny-goodell added this to New Issues in Device WG via automation May 5, 2023
@lenny-goodell lenny-goodell added this to the Minnesota milestone May 5, 2023
@ajcasagrande
Copy link
Contributor

This is due to edgexfoundry/edgex-compose#377

@ajcasagrande
Copy link
Contributor

Fixed via edgexfoundry/edgex-compose#378

Device WG automation moved this from New Issues to Done May 12, 2023
@vyshali-chitikeshi
Copy link
Contributor Author

Validation looks good in secure mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Device WG
  
Done
Development

No branches or pull requests

3 participants