Skip to content

Commit

Permalink
a little cleanup and added screenshot.
Browse files Browse the repository at this point in the history
Signed-off-by: Breit <Matthew.Breit@baslerweb.com>
  • Loading branch information
Breit authored and Breit committed Jun 17, 2019
1 parent fcd9390 commit 92c4f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -69,7 +69,7 @@ const int c_width = 640;
const int c_height = 480; const int c_height = 480;
const int c_exposureTime = 30000; const int c_exposureTime = 30000;
const String_t c_pixelFormat = "Mono8"; const String_t c_pixelFormat = "Mono8";
// INSTANT CAMERA: PHYSICAL CAMERA GIGE TRANSMISSION SETTINGS (note: these will probably need to be adjusted based on actual use case to prevent packet collisions and dropped frames (buffers incompletely grabbed)) // INSTANT CAMERA: PHYSICAL CAMERA GIGE TRANSMISSION SETTINGS (note: These MUST be adjusted for the actual application and system to prevent packet collisions and dropped frames (buffers incompletely grabbed))
const int c_packetSize_LeftCamera = 1500; const int c_packetSize_LeftCamera = 1500;
const int c_interpacketDelay_LeftCamera = 0; const int c_interpacketDelay_LeftCamera = 0;
const int c_frameTransmissionDelay_LeftCamera = 0; const int c_frameTransmissionDelay_LeftCamera = 0;
Expand All @@ -82,7 +82,7 @@ const int c_maxNumBuffer = 200; // If writing a video, the more buffers the bett
const int c_maxNumQueuedBuffer = c_maxNumBuffer; // Queue up all the allocated buffers to make as many as possible ready to receive images. const int c_maxNumQueuedBuffer = c_maxNumBuffer; // Queue up all the allocated buffers to make as many as possible ready to receive images.
// PTP SETTINGS // PTP SETTINGS
const bool c_usingPTP = true; const bool c_usingPTP = true;
const int c_timeToSyncPTP = 10; // PTP requires some setup time to find the synchronization between the clocks. const int c_timeToSyncPTP = 60; // PTP requires some setup time to find the synchronization between the clocks.
// VIDEO RECORDING SETTINGS // VIDEO RECORDING SETTINGS
const bool c_recordingToMp4 = false; const bool c_recordingToMp4 = false;
const bool c_recordingToAvi = true; const bool c_recordingToAvi = true;
Expand Down
Binary file added screenshot.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92c4f9a

Please sign in to comment.