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

Added support to video streaming using a UVC DEVICE + Translation to Brazilian Portuguese (PT-BR) #1678

Merged
merged 17 commits into from Dec 14, 2015

Conversation

guiseco
Copy link
Contributor

@guiseco guiseco commented Nov 13, 2015

@hydropik
Copy link

Hello,
Good work I hope the support of UVC will be added to the public release.
Thank you.

@m4gr3d
Copy link
Member

m4gr3d commented Dec 1, 2015

@guiseco sorry for the delay in reviewing this pr. I'll review it tonight, and add feedback as needed!

@m4gr3d
Copy link
Member

m4gr3d commented Dec 1, 2015

@guiseco while I'm reviewing the pr, could you update the Tower wiki with instructions to setup and use video streaming via a uvc device.




public class UVCDialog extends DialogFragment {
Copy link
Member

Choose a reason for hiding this comment

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

@guiseco can you make use of the DialogFragment from the support library instead.

protected var aspectRatio_4_3: Float = 3f / 4f
protected var aspectRatio_16_9: Float = 9f / 16f
protected var aspectRatio_21_9: Float = 9f / 21f
protected var aspectRatio_1_1: Float = 1f / 1f
Copy link
Member

Choose a reason for hiding this comment

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

@guiseco seems like the aspect ratios above should be defined as constants.

@guiseco
Copy link
Contributor Author

guiseco commented Dec 5, 2015

@ne0fhyk Could you check again ?

@m4gr3d
Copy link
Member

m4gr3d commented Dec 14, 2015

@guiseco I'm on it!

@m4gr3d
Copy link
Member

m4gr3d commented Dec 14, 2015

Looks good, merging!

m4gr3d added a commit that referenced this pull request Dec 14, 2015
Added support to video streaming using a UVC DEVICE + Translation to Brazilian Portuguese (PT-BR)
@m4gr3d m4gr3d merged commit 0b78b1d into DroidPlanner:develop Dec 14, 2015
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.

None yet

3 participants