-
Notifications
You must be signed in to change notification settings - Fork 45
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
JPG is taken from JPEG stream or manually from RAW? #233
Comments
its using the jpeg stream. freedcam itself dont have a demosaic algo. what you get in the viewer is from libraw. |
well there ist the default camera2 api from android, and there are hidden keys offered by the manufacturs that are device/brand specific. FreeDcam/app/src/main/java/camera2_hidden_keys/VendorKeyParser.java Lines 30 to 50 in 60682b2
but if a key is present, it does not mean it works. |
I have phone OnePlus 8 Pro if i take photo in OpenCamera with sharpening off it shows good on preview, but when i take photo it somehow switches sharpening to max there is no difference between sharpening off and high settings for JPG. In freeDcam if i set sharpening to zero it really is zero, i wonder what's the difference and if understanding this difference can help me locate the way OnePlus alters JPG so i can disable it (i have root). |
Don't know how good you coding skills are. But you have two possibilities |
By the way FreeDcam has re-mosaic algo? i know someone who is used it for forcing re-mosaic for camera sensor that had no HW-remosaic in full resolution mode, but when i tried that did not work. |
I wonder how JPG is taken using phone JPEG stream or converted from RAW data internally by FreeDCam?
The text was updated successfully, but these errors were encountered: