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

Theta X - Camera live preview not working #36

Open
biviel opened this issue Mar 7, 2022 · 0 comments
Open

Theta X - Camera live preview not working #36

biviel opened this issue Mar 7, 2022 · 0 comments

Comments

@biviel
Copy link

biviel commented Mar 7, 2022

I was able to start camera on Theta X and to get the live preview the same way as doing at Z1:

image

parms.set(“RIC_SHOOTING_MODE”, “RicPreview3840”);
parms.set(“RIC_PROC_STITCHING”, “RicStaticStitching”);

Issues:

  1. Stitching doesn’t work even if I set as above, I tried all valid values from documentation but couldn't turn on stitching for live preview.
  2. During preview like I get only one of the lenses preview, when I try to set preview size parms.setPreviewSize(3840, 1920); plugin fails, when I try to check supported preview sizes I get supported size: 1920 x 1920, 1920 x 1440, 1920 x 1080 , no higher resolutions

Error msg in logcat:
E/AndroidRuntime: FATAL EXCEPTION: RenderThread
Process: tours.flow.hdrstreaming, PID: 7215
java.lang.RuntimeException: setParameters failed
at android.hardware.Camera.native_setParameters(Native Method)
at android.hardware.Camera.setParameters(Camera.java:2234)
at tours.flow.hdrstreaming.e.j.n(:253)
at tours.flow.hdrstreaming.e.j.e(:51)
at tours.flow.hdrstreaming.e.m$a.run(:115)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at tours.flow.hdrstreaming.e.m.m(:97)
at tours.flow.hdrstreaming.e.m.n(Unknown Source:0)
at tours.flow.hdrstreaming.e.e.run(Unknown Source:2)
at java.lang.Thread.run(Thread.java:919)

  1. Exposure compensation is bad in some cases image is overexposure a lot, seems randomly changes after starting and stopping multiple times the plugin.

I'm using plugin library 3.0.1 in my plugin.

A sample live streaming app/plugin would help a lot to make this work ASAP!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant