Exemple #1
0
 public static bool pl_release_frame_info_struct(PvTypes.FRAME_INFO frame_to_delete)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_release_frame_info_struct(frame_to_delete));
     }
     else
     {
         return(Pvcam32.pl_release_frame_info_struct(frame_to_delete));
     }
 }
Exemple #2
0
 public static bool pl_create_frame_info_struct(out PvTypes.FRAME_INFO new_frame)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_create_frame_info_struct(out new_frame));
     }
     else
     {
         return(Pvcam32.pl_create_frame_info_struct(out new_frame));
     }
 }
Exemple #3
0
 public static bool pl_exp_get_oldest_frame_ex(Int16 hcam, out IntPtr frame,
                                               out PvTypes.FRAME_INFO pFrameInfo)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_exp_get_oldest_frame_ex(hcam, out frame, out pFrameInfo));
     }
     else
     {
         return(Pvcam32.pl_exp_get_oldest_frame_ex(hcam, out frame, out pFrameInfo));
     }
 }
Exemple #4
0
 public static bool pl_exp_check_cont_status_ex(Int16 hcam, out Int16 status, out UInt32 byte_cnt,
                                                out UInt32 buffer_cnt, out PvTypes.FRAME_INFO pFrameInfo)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_exp_check_cont_status_ex(hcam, out status, out byte_cnt,
                                                    out buffer_cnt, out pFrameInfo));
     }
     else
     {
         return(Pvcam32.pl_exp_check_cont_status_ex(hcam, out status, out byte_cnt,
                                                    out buffer_cnt, out pFrameInfo));
     }
 }
Exemple #5
0
 public static extern bool pl_exp_check_cont_status_ex(Int16 hcam, out Int16 status,
                                                       out UInt32 byte_cnt, out UInt32 buffer_cnt,
                                                       out PvTypes.FRAME_INFO pFrameInfo);
Exemple #6
0
 public static extern bool pl_exp_get_oldest_frame_ex(Int16 hcam, out IntPtr frame,
                                                      out PvTypes.FRAME_INFO pFrameInfo);
Exemple #7
0
 public static extern bool pl_release_frame_info_struct(PvTypes.FRAME_INFO frame_to_delete);
Exemple #8
0
 public static extern bool pl_create_frame_info_struct(out PvTypes.FRAME_INFO new_frame);