Pursuing some knowledge (PS + Camera RAW)

My idea is to either via a button prompt Adobe Camera Raw (ACR) to open, I have this code and it reports with an The command “unknown”

{
   "_obj": "pluginRun",
   "name": "Camera Raw.plugin",
   "isFirstParty": true,
   "$Ijsx": false,
   "_isCommand": false
}

Finally, my ultimate idea would be to have a couple buttons to increase the exposure value in ACR by stop increments. We work layers as smart objects of the original RAW file and this would allow us some quick adjustments without having to open ACR, however ACR is used to clean up distortion and straighten things so I guess I would need a solution to both :slight_smile:

Any thoughts on this? I saw some approaching this via WB changes and I’m going to jump into that to see if it translates (imagine it does) but wanted some feedback to make sure I don’t waste time.

THANKS!

Ok I was able to record a simple thing in ACR and straighten verticals using this:

         {
            _obj: "Adobe Camera Raw Filter",
            $CrVe: "14.2",
            $PrVN: 5,
            $PrVe: 184549376,
            $PerU: 4,
            $Upri: "<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00        \">\n <rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n  <rdf:Description rdf:about=\"\"\n    xmlns:crs=\"http://ns.adobe.com/camera-raw-settings/1.0/\"\n   crs:UprightVersion=\"151388160\"\n   crs:UprightCenterMode=\"0\"\n   crs:UprightCenterNormX=\"0.470637724\"\n   crs:UprightCenterNormY=\"0.527238342\"\n   crs:UprightFocalMode=\"0\"\n   crs:UprightFocalLength35mm=\"17.563489103\"\n   crs:UprightPreview=\"False\"\n   crs:UprightDependentDigest=\"F7173540FD9FB419BD947A976070F4D2\"\n   crs:UprightTransformCount=\"6\"\n   crs:UprightTransform_0=\"1.000000000,0.000000000,0.000000000,0.000000000,1.000000000,0.000000000,0.000000000,0.000000000,1.000000000\"\n   crs:UprightTransform_1=\"1.031145792,0.003278946,-0.014837683,0.000788716,1.008193759,-0.000777319,0.000746856,0.007352639,1.000000000\"\n   crs:UprightTransform_2=\"3.852741443,0.015710754,-0.228296162,1.368991327,1.748419816,-0.406673992,2.614930514,0.025225521,1.000000000\"\n   crs:UprightTransform_3=\"1.000390591,-0.000172998,-0.000108796,0.000389246,1.000390591,-0.000389918,0.000000000,0.000000000,1.000000000\"\n   crs:UprightTransform_4=\"1.012845602,0.004822740,-0.005090257,0.002511718,1.019576163,-0.004724011,0.000001602,0.012608640,1.000000000\"\n   crs:UprightTransform_5=\"1.000000000,0.000000000,0.000000000,0.000000000,1.000000000,0.000000000,0.000000000,0.000000000,1.000000000\"/>\n </rdf:RDF>\n</x:xmpmeta>\n",
            $GuUr: "<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00        \">\n <rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n  <rdf:Description rdf:about=\"\"\n    xmlns:crs=\"http://ns.adobe.com/camera-raw-settings/1.0/\"\n   crs:UprightFourSegmentsCount=\"0\"/>\n </rdf:RDF>\n</x:xmpmeta>\n",
            _options: {
               dialogOptions: "dontDisplay"
            }

So there is hope to get results from ACR!