raduprv
raduprv
I think this would be much more useful if it could also encapsulate the raw stream into a container (perhaps as an optional step).
**Describe the bug** The EV settings look like this (from gphoto2 program) /main/capturesettings/exposurecompensation Label: Exposure Compensation Readonly: 0 Type: RADIO Current: 0 Choice: 0 -5 Choice: 1 -4,7 Choice: 2...
I am working at a focus stacking program for my camera (E-M5 Mk 2). For focus stacking it's important to see very precisely where the focus is, since the DoF...
Stivy PMed me in game, also confirmed by Aislinn: btw since 2b9163c4b7b08e7517afdb43f5e038c7a0997ba3 is the first bad commit Actors list lock (#164) client allows you to attack an attached actor (horse)...
Anyone interested in starting a GLES3 branch? Nothing fancy, just port the client to GLES3. That way, we can later add fancier stuff, such as custom shaders, etc. I think...
Ok, so I've been thinking about the Android port for the last few days, and I think the following things need to be done: Things that have to be removed...
I don't think it makes much sense loading XML at runtime, especially since it very rarely changes. I think it would be better if there was a tool that converted...
#define HARDWARE_REV0 is defined in bsp.h so that causes problems when the hardware in the make file is something else. It should be removed from there.
In si47xx.h, uint cmd_buff_[10]; // holds the command buffer should be uint8_t instead of uint. Otherwise RDS doesn't work.
I've added more command line options for the CameraPhoto unit. I didn't change the shell script that calls it, because I am not good at sh scripting. But it can...