Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.github.triniwiz.fancycamera:selfieSegmentation

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.github.triniwiz.fancycamera:selfieSegmentation

Fancy Android Camera SelfieSegmentation

  • 1.0.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

FancyCamera

Maven Central

Installation

implementation 'io.github.triniwiz:fancycamera:3.0.0-alpha21'

Usage

<co.fitcom.fancycamera.FancyCamera
        app:fcCameraPosition="back"
        app:fcQuality="max1080p"
        android:id="@+id/cameraView"
        android:layout_width="match_parent"
        android:layout_height="300dp"
        android:orientation="vertical"
/>

Api

MethodDefaultTypeDescription
start()voidStarts the camera preview
stop()voidStop the camera preview
startRecording()voidStart recording camera preview.
stopRecording()voidStop recording camera preview.
toggleCamera()voidToggles between front or the back camera.
getDuration()intGet the current recording video duration.
hasCamera()booleanChecks if there are any camera available.
setCameraPosition()voidSets camera position front/back
setCameraOrientation()voidUsed to force an orientation in the output file

TODO

  • Take photos
  • Enable/Disable flash

FAQs

Package last updated on 21 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc