paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] Digital_cam module / DC_SHOT overflow


From: Mitchell SLOWER
Subject: [Paparazzi-devel] Digital_cam module / DC_SHOT overflow
Date: Tue, 23 Apr 2013 16:13:28 +0200

Dear all,

I noticed an issue with the DC_SHOT photo number increment: photo number is okay until 255 photos have been taken, then it sticks to 255 in the DC_SHOT message.
I think we should increase the default value of DC_IMAGE_BUFFER (which is 255) in dc.h (Digital_cam module).

dc.c:
  if (dc_buffer < DC_IMAGE_BUFFER) {
    dc_buffer++;
    dc_photo_nr++;
    photo_nr = dc_photo_nr;
  }

Do you agree with that ? 

Regards,
Mitchell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]