This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Camera Parameters OMAP 4430

Is it possible to have TICameraCameraProperties.xml in Android 4.0+ I would like to edit parameters such camera rotation it was possible in gingerbread but in ics that file is completely gone and only used parameters are the one;s embedded in camera.omap4.so is there any soulution to this

  • In ICS default and supported parameters are read from Ducati. Some of them are configurable in DCC capability file, but parameters like rotation, camera facing etc are specified at build time.

  • Thanks for the reply the issue im having is the live preview is upside down i have solved this by using setDisplayOrientation(x) and setRotation(x)  to 180 this works well for that particuler camera. is possible to set in Parameters in hardware/ti/omap4xx/ for it to take effect on all camera Apps.

    By The Way my device is a LG Optimus 3D.

    Bit offtopic but related

    i made this dir  /data/misc/camera/RaW_PiCtUrEs and it saves raw images when i ever i capture a normal Jpg iv'e been looking for a way to save raw frames the jpeg compression is crazy. now the issue is this raw files will not open in Rawstudio is there a particular program to view these files?

     

    Last Question when doing a logcat while running camera application i see raw heigh raw width are set would changing picturemode to raw instead of jpeg save raw images .raw images in DCIM/Camera Thanks

  • I am not familiar with RawStudio. Most commercial RAW file viewers accept RAW images from camera like Canon, Nikon etc which have proprietary formats. TI's RAW image are in basic bayer format with no headers. You should be able to write a simple C or Matlab code to convert it to BMP format. There are tools available in opensource which can do it for you.

    Did not your last question on logcat. Please create a new thread and give more details.