EOS M3 porting - page 74 - DryOS Development - CHDK Forum supplierdeeply

EOS M3 porting

  • 746 Replies
  • 393078 Views
Re: EOS M3 porting
« Reply #730 on: 29 / May / 2023, 12:47:14 »
Advertisements
@pigeonhill Thanks for your flashing fast reply, also I had a look at your works on 500px, and found it fantastic!

The syntax error disappeared itself! Unfortunately, I did not get the problem!
The code is working now and I have the first automated focus bracketing on my camera.

Could you please help me understand what each parameter does in detail? (or give a reference if you have)
Is it a good idea to use this script for ultra macro (6x magnification) to stack about 100 frames at once?

Thanks in Advance

The script is not designed for macro work, especially at 6x mag. At that mag you should be using something like https://www.wemacro.com/

Re: EOS M3 porting
« Reply #731 on: 31 / May / 2023, 05:25:38 »
Thanks @pigeonhill,

Do you know if lua codes for lens focus work for all ef lenses with ef-m adapter or its just limited to ef-m lenses?

*

Offline Caefix

  • *****
  • 945
  • Sorry, busy deleting test shots...
Re: EOS M3 porting
« Reply #732 on: 31 / May / 2023, 09:54:38 »
Do you know if lua codes for lens focus work for all ef lenses with ef-m adapter or its just limited to ef-m lenses?
The EF lenses from analog times will not work,  :-X EF-S ... IS do.
The Image Stabilizer seems to be a necessity.
I´m using them with a Meike MK-C-AF4 adapter.  :)
All lifetime is a loan from eternity.

Re: EOS M3 porting
« Reply #733 on: 31 / May / 2023, 12:56:00 »
Do you know if lua codes for lens focus work for all ef lenses with ef-m adapter or its just limited to ef-m lenses?
The EF lenses from analog times will not work,  :-X EF-S ... IS do.
The Image Stabilizer seems to be a necessity.
I´m using them with a Meike MK-C-AF4 adapter.  :)

The script is limited to EF-M lenses.


Re: EOS M3 porting
« Reply #734 on: 03 / June / 2023, 08:58:33 »
Hi,

I tried to create a really simple script for macro focus bracketing on the EOS M3 camera, but I found the Lua code to be too complicated for me. I would really appreciate it if you could help me out, please.

Here's what I need:
When I run the script, I want the lens focus to go to the "Focus Start Point" that I specify. I also want the aperture to be set to its widest opening. Then, I want the script to wait for me to press the Fn button to start the focus bracketing. Once I press Fn, I want the focus bracketing, to begin with the fastest possible rate.

These are the inputs I need for the script:

Focus Start Point: The point where I want the lens focus to start, for example, 20mm.
Step Length: How much the focus position should move forward for each shot, for example, 1mm.
Total Shot Count: The total number of shots I want to take, for example, 5 shots.

Any help is highly appreciated

*

Offline c_joerg

  • *****
  • 1248
Re: EOS M3 porting
« Reply #735 on: 03 / June / 2023, 09:55:35 »
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

Re: EOS M3 porting
« Reply #736 on: 05 / October / 2023, 09:33:03 »
Please help. With original 1.2.1 firmware HDMI output is clean and nice, but with m3-121a-1.6.1-6256-full_ALPHA.zip looks like in the attached picture.

*

Online reyalp

  • ******
  • 14080
Re: EOS M3 porting
« Reply #737 on: 05 / October / 2023, 22:02:24 »
Please help. With original 1.2.1 firmware HDMI output is clean and nice, but with m3-121a-1.6.1-6256-full_ALPHA.zip looks like in the attached picture.
Looks like the OSD code isn't correctly handling the screen resolution.

Can you try the 1.7 development build? It uses a different technique to draw the OSD, so it might already be fixed there.

Can you tell what resolution the HDMI output is? These cameras normally use 1080i, but may fall back 480p with some devices (see https://chdk.setepontos.com/index.php?topic=13489.msg142685#msg142685)
Don't forget what the H stands for.


Re: EOS M3 porting
« Reply #738 on: 10 / October / 2023, 03:21:17 »
Please help. With original 1.2.1 firmware HDMI output is clean and nice, but with m3-121a-1.6.1-6256-full_ALPHA.zip looks like in the attached picture.
Looks like the OSD code isn't correctly handling the screen resolution.

Can you try the 1.7 development build? It uses a different technique to draw the OSD, so it might already be fixed there.

Can you tell what resolution the HDMI output is? These cameras normally use 1080i, but may fall back 480p with some devices (see https://chdk.setepontos.com/index.php?topic=13489.msg142685#msg142685)
I updated CHDK to never 1.7 but still the same result. I tried to take a dumb from camera and have a file called "M0132.CTG". As a capture device, I have Epiphans AV.IO HD which has full hd specs.
« Last Edit: 10 / October / 2023, 03:25:55 by zeniitti »

Re: EOS M3 porting
« Reply #739 on: 10 / October / 2023, 04:15:29 »
I was able to get it nice after changing the PAL to NTCS. Dont really know what else it might do. Is it possible to have it working with PAL?

 

Related Topics