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

Implement live feed #81

Merged
merged 1 commit into from
May 1, 2021
Merged

Implement live feed #81

merged 1 commit into from
May 1, 2021

Conversation

axe007
Copy link
Contributor

@axe007 axe007 commented May 1, 2021

Completed:

  • Live camera feed works at VGA format
  • Converting RGB into RGBA pixel array
  • Reads 30 fps with a simpler loop complexity

Resolves #40

Completed:
- Live camera feed works at VGA format
- Converting RGB into RGBA pixel array
- Reads 30 fps with a simpler loop complexity

Resolves #40
@axe007 axe007 added sprint-2 User stories & bugs for TBD on sprint 2 JS Javascript work CSS CSS related task C++ C++ coding task NodeJS NodeJS and ElectronJS related tasks mqtt Tasks carried over MQTT protocol M2 Milestone 2 related issues labels May 1, 2021
@axe007 axe007 added this to the Communicating with the emulator milestone May 1, 2021
@axe007 axe007 requested a review from kam56 May 1, 2021 19:31
@axe007 axe007 self-assigned this May 1, 2021
@ramadi-a ramadi-a self-requested a review May 1, 2021 19:50
@axe007 axe007 requested review from nikalc and removed request for nikalc and kam56 May 1, 2021 21:00
Copy link
Contributor

@ramadi-a ramadi-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

@axe007 axe007 merged commit f1dc708 into master May 1, 2021
@axe007 axe007 deleted the rover-camera-feed branch May 1, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ C++ coding task CSS CSS related task JS Javascript work M2 Milestone 2 related issues mqtt Tasks carried over MQTT protocol NodeJS NodeJS and ElectronJS related tasks sprint-2 User stories & bugs for TBD on sprint 2
Projects
SmartRover Scrum Board
Awaiting triage
Development

Successfully merging this pull request may close these issues.

Live video stream function
2 participants