Exemple #1
0
 public static bool pl_md_frame_recompose(IntPtr pDstBuf, UInt16 offX, UInt16 offY,
                                          UInt16 dstWidth, UInt16 dstHeight, ref PvTypes.MD_Frame pSrcFrame)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_md_frame_recompose(pDstBuf, offX, offY, dstWidth, dstHeight, ref pSrcFrame));
     }
     else
     {
         return(Pvcam32.pl_md_frame_recompose(pDstBuf, offX, offY, dstWidth, dstHeight, ref pSrcFrame));
     }
 }
Exemple #2
0
 public static extern bool pl_md_frame_recompose(IntPtr pDstBuf, UInt16 offX, UInt16 offY,
                                                 UInt16 dstWidth, UInt16 dstHeight,
                                                 ref PvTypes.MD_Frame pSrcFrame);