This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[camera] Limit video length with maxVideoDuration on startVideoRecording #3403
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c7a749a
Added maxVideoDuration to startVideoRecording
danielroek 131918d
updated documentation
danielroek 9b3ae14
updated documentation
danielroek 3ca25df
Fixed long line in docs
danielroek 5e626b9
Formatting
danielroek 02811b7
Started implementation for Android
danielroek b8b07e2
WIP: Started implementation of stream when time limit is reached
danielroek aff2938
Merge remote-tracking branch 'origin/master' into limit_video_length
danielroek 532cbb0
Merge remote-tracking branch 'origin/master' into limit_video_length
danielroek 50edc53
Initial working implementation
danielroek 6e31d7c
Android implementation works
danielroek d3bab02
Improved implementation
danielroek ae7365c
Updated README order
danielroek ae1b47c
removed debugPrints
danielroek 4037b5e
Fixed url in README.md
danielroek 36acc32
Formatting
danielroek 5a78233
Merge remote-tracking branch 'origin/master' into limit_video_length
danielroek 09dad16
Implemented Java feedback
danielroek 771f116
Implemented Event and Stream to notify about videoRecording
danielroek 16e43fb
stopVideoRecording now listens to VideoRecordedEvent
danielroek 7cb73ef
Fixed future returning xFile
danielroek 759f163
finished iOS implementation
0b4270d
Fixed formatting
12231da
fixed formatting
3b8d6ed
Reverted platform_interface changes
danielroek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really like that you didn't forget to updated the documentation in the README.md. But this should probably also be updated according the the discussion @BeMacized started on using a stream instead of registering a callback method.