Esempio n. 1
0
 public static bool pl_exp_setup_seq(Int16 hcam, UInt16 exp_total, UInt16 rgn_total,
                                     ref PvTypes.RegionType rgn_array, Int16 mode,
                                     UInt32 exposure_time, out UInt32 stream_size)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_exp_setup_seq(hcam, exp_total, rgn_total, ref rgn_array,
                                         mode, exposure_time, out stream_size));
     }
     else
     {
         return(Pvcam32.pl_exp_setup_seq(hcam, exp_total, rgn_total, ref rgn_array,
                                         mode, exposure_time, out stream_size));
     }
 }