How to get Queue_Overflow?
Posted: Thu Dec 09, 2010 7:43 pm
Hi.
In the Camera SDK, there is a description like the under.
class CLAPI HealthMonitor
{
public:
HealthMonitor();
~HealthMonitor();
enum Types
{
Health_Alive = 0,
Health_Receiving_Frames,
Health_Invalid_Packet,
Health_Invalid_Header,
Health_Invalid_Footer,
Health_Invalid_Grayscale,
Health_Segment_Overflow,
Health_Object_Overflow,
Health_Aggregation_Overflow,
Health_Frame_Queue_Overflow,
Health_Large_Command_Queue,
Health_FrameGroup_Queue_Overflow,
Health_Type_Count,
Health_XACT_Error
};
By using this code, I think I will get various errors.
I have a two question about this code.
i)Can the cue overflow or the frame group cue overflow exist after the camera starts be detected?
ii)Would you give me a coding example, if it is possible?
In the Camera SDK, there is a description like the under.
class CLAPI HealthMonitor
{
public:
HealthMonitor();
~HealthMonitor();
enum Types
{
Health_Alive = 0,
Health_Receiving_Frames,
Health_Invalid_Packet,
Health_Invalid_Header,
Health_Invalid_Footer,
Health_Invalid_Grayscale,
Health_Segment_Overflow,
Health_Object_Overflow,
Health_Aggregation_Overflow,
Health_Frame_Queue_Overflow,
Health_Large_Command_Queue,
Health_FrameGroup_Queue_Overflow,
Health_Type_Count,
Health_XACT_Error
};
By using this code, I think I will get various errors.
I have a two question about this code.
i)Can the cue overflow or the frame group cue overflow exist after the camera starts be detected?
ii)Would you give me a coding example, if it is possible?