Ketai camera methods?

edited February 2016 in Android Mode

Hey guys,

Still working with the KetaiCamera library.

I want to be able to change other camera settings, like image rotation and front/back camera, but this reference page is a bit confusing and doesn't give many methods not found in the example sketch, CameraGettingStarted.

Has anyone else worked with the camera like this?

Tagged:

Answers

  • @CantSayIHave=====

    ---- what do you mean by "image rotation"??? -----as for the front or back cam, you can probably use getCameraID, the first one is the front cam, so you setCameraId to the second one... before, you can also verify how many cams are detected using getNumberOfCameras()

  • edited February 2016

    Saw this in the console, assumed I could probably control it:

  • @CantSayIHave===

    i think that this message refers to the device orientation display (landscape or portrait, so in this case it s landscape)

  • Well, the main reason I want it rotated is when I define the orientation as portrait, the camera stays rotated in landscape mode, so everything is rotated by 90°

  • I have the same problem, did you fixed it ? If yes how ?

Sign In or Register to comment.