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

feat: Dual camera recording with front and rear cameras #58

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions app/src/main/java/com/fadcam/Constantes.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ public abstract class Constantes {

public static final String CAMERA_FRONT = "front";
public static final String CAMERA_BACK = "back";
public static final String CAMERA_DUAL = "dual";
}
391 changes: 329 additions & 62 deletions app/src/main/java/com/fadcam/RecordingService.java

Large diffs are not rendered by default.

Loading