Opening a Camera Raw specific Panel

Hi everybody

I would like to force Camera Raw to open showing a specifi panel of my choice. Normally Camera Raw opens the ‘last used’ panel (E.g. Details, Base, Geometry etc…) . With the following code within a batchplay command I’m able to open camera raw and convert to Black and White, but the opened panel in the display mode is the last panel that was previously opened in Camera Raw while I wish to open the specific black and white panel because after converting to black and white the user is supposed to do some regulation with the Black and White sliders

THIS IS THE CODE WITHIN THE BATCHPLAY COMMAND -

 {
         _obj: "Adobe Camera Raw Filter",
          $CrVe: "14.3",
          $PrVN: 5,
          $PrVe: 184549376,
          $Look: "",
          $CamP: "Embedded",
          $CP_D: "54650A341B5B5CCAE8442D0B43A92BCE",
          $CtoG: true,
          $GM_R: 0,
          $GM_O: 0,
          $GM_Y: 0,
          $GM_G: 0,
          $GM_A: 0,
          $GM_B: 0,
          $GM_P: 0,
          $GM_M: 0,
          _options: {
             dialogOptions: "display"
          }
       },

AND THIS IS THE CAMERA RAW PANEL THAT I WOULD LIKE TO BE OPENED WITHIN CAMERA RAW

Any suggestion is highly welcome - thanks

Hi there!

This isn’t exactly the right forum for Camera Raw (if you mean Adobe Camera Raw APIs)… are you talking about using Photoshop UXP APIs…? Just checking!

Hi, I’m developing an UXP Photoshop Plugin , so i guess this is the right forum …