Recent content by venisonsteak

  1. V

    Post Long exposure error in third party camera app

    They limit available exposure time for stability or promote their most expensive devices. In this case it is not stability because stock app has 10 seconds, #SENSOR_INFO_EXPOSURE_TIME_RANGE reports 0.5. I think stock app uses CaptureRequest#SENSOR_EXPOSURE_TIME directly without looking at...
  2. V

    Post Long exposure error in third party camera app

    It is not completely soft locked, still usable when set exposure time manually. CameraCharacteristics#SENSOR_INFO_EXPOSURE_TIME_RANGE reports 0.5 seconds at max so all camera apps use it as max value for compatibility. However I don't know any camera app allows completely manual exposure times...
  3. V

    Thread Camera2 API Probe

    Can someone share camera2 api probe screenshots of M51? https://play.google.com/store/apps/details?id=com.airbeat.device.inspector&hl=tr&gl=US
  4. V

    Thread About some camera2 api features

    Hi. I want to buy this phone(samsung galaxy m51) but I will use it for app development and need some specific camera2 features. Most phones have the features but all of them are optional, so I must be sure before buying it. Can someone check them for me? Parameters marked with x are essential...
  5. V

    Post [ROM] [11] [NIGHTLY] Android Ice Cold Project

    Nice rom. Mp4 files seem like using wrong color_range flag(limited). It reduces dynamic range drastically. Can anybody help? Edit: I meant mp4 files recorded with phone, not all files.
  6. V

    Post [ROM] [11] [NIGHTLY] Android Ice Cold Project

    Is it possible to use low light camera for on-the-go mode? It's more sensitive and better for indoors .
  7. V

    Post [ROM] [11] [NIGHTLY] Android Ice Cold Project

    The rom is great, but how can I remove camera and microphone icons from status bar? They appear every time I record video and this is a little bit annoying.
  8. V

    Post [ROM][10.0][OFFICIAL] Pixel Experience [Mi A2/jasmine_sprout][AOSP][2020/02/13]

    Low light camera sensor uses 100 ISO only(while recording video, goes up to 180 with antibanding on). I couldn't see another problem. Thanks for the rom.
  9. V

    Thread ROM or magisk module for low light lens?

    Is there a rom or magisk module that fixes low light lens? It sets ISO to 100 and underexposes everything (only when recording video). It cannot be a hardware limitation because I can use 1600 ISO in manual mode, but manual video is almost impossible without studio lights. I record video in low...
  10. V

    Post [ROM] [11] [NIGHTLY] Android Ice Cold Project

    Low light camera module does not record video properly. It is always underexposed, cannot go beyond ISO 100 when exposure is auto. Exposure compensation does nothing. Any solutions?
  11. V

    Post [ROM] [11] [NIGHTLY] Android Ice Cold Project

    Does second rear camera work properly? I record 2592x1940 videos but auto exposure does not work properly in stock rom. It is stuck at 100 ISO and unusable in low light. I will switch rom if it will work.
  12. V

    Post [ROM][10.0][OFFICIAL] Pixel Experience [Mi A2/jasmine_sprout][AOSP][2020/02/13]

    I messed with build prop and camera is crashing. Can anyone please give me full build.prop file? Thanks.
  13. V

    Thread persist.camera.switch.aux=unknown

    What is purpose of this prop? It appeared after android 10 update. I could not find any information about it but I cannot use second rear camera with any third party apps. I tried changing camera.aux.packagelist, vendor.camera.aux.packagelist, persist.vendor.camera.expose.aux, I also added...