Menu

Disable video and selfie camera

2017-12-19
2023-03-03
  • Aksel Fjetland

    Aksel Fjetland - 2017-12-19

    Hi, I really like your app, but I was wondering if it's possible to disable video and selfie camera completely from the application?

     
    • Anonymous

      Anonymous - 2023-03-03

       
  • Mark

    Mark - 2017-12-19

    Not as it is, but could be done if you were building a modified version (can be done if following the GPL licence).

    A quick hack to disable front camera might be to make CameraControlleraManager[1/2].getNumberOfCameras() always return 1.

    Disabling video might be harder. Perhaps:
    * Disabling the R.id.switch_video button.
    * Making MyApplicationInterface.isVideoPref() always return false.
    * Making Preview.switchVideo() do nothing.

     
  • Anonymous

    Anonymous - 2023-03-03

    Disable camera

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.