Vladimir Pinchuk
Vladimir Pinchuk
Not implemented at the moment. But receiving seems to be easier than sending LANC commands - just using UART at 9600. If you find the an exact byte sequence produced...
Probably something like FF 03
The problem with the display is that I have used u8g2 for drawing, which supports only monochrome displays. Adding support for color lcd's is not currently planned as I do...
I am on a trip right now, I will be back on Wednesday. It won't work with standard software because lanc is constantly polling your trigger source for commands.
> > I am on a trip right now, I will be back on Wednesday. > > It won't work with standard software because lanc is constantly polling your trigger...
> > > > I am on a trip right now, I will be back on Wednesday. > > > > It won't work with standard software because lanc is...
You are doing everything correctly I think except there is no point in connecting the remote with a single cable - in LANC the camera initiates all communication so if...
The code is actually logging quantized and compressed using rans encoding angular acceleration values. AHRS is running onboard. This means this would also require mag support in the built-in AHRS...
I tried implementing the same algorithm as is used in imagemagick's distort operator - elliptical weighted average with cubic bc filtering. This is just a test to evaluate performance, it...
And it seems that there are some bugs left in my implementation