I'm trying to figure out what type of JPG the camera is sending back, because I need to decode the JPG and generate a thumbnail from it.
Normally, you would have JPG files starting with FFD8FFE0 or FFD8FFE1. However, mine all start with FFD8FFDB for some reason.
This image was created by using the INITIAL command with JPG(640x480), SNAPSHOT command with JPG, and finally GET PICTURE command to get the snapshot.
I suppose there are several questions here:
1. What type of JPG is this process creating?
2. Is there a way to generate a thumbnail directly with the uCamIII?
3. Is what I am doing the proper way to get an image from uCamIII?
Normally, you would have JPG files starting with FFD8FFE0 or FFD8FFE1. However, mine all start with FFD8FFDB for some reason.
This image was created by using the INITIAL command with JPG(640x480), SNAPSHOT command with JPG, and finally GET PICTURE command to get the snapshot.
I suppose there are several questions here:
1. What type of JPG is this process creating?
2. Is there a way to generate a thumbnail directly with the uCamIII?
3. Is what I am doing the proper way to get an image from uCamIII?
Comment