Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Fortuna Wolf

#1
Been busy. Finally got my batteries and stereo bar that I ordered. Need to go to the hardware store to get a few parts like L brackets and extra 1/4" thumbscrews and nuts.
Focusing both cameras and then getting lucky with flash on both of them is pain. Best reserved for adults willing to sit for portraits or still life. I could not get my toddlers to sit still long enough to take stereo photos of them.

I'm planning on writing a lua script to address an issue I have with my 100D and then once I'm done I should have time to turn my attention to this.
#2
Thanks! I'll try these out.
#3
Mike, I'm trying to reduce the amount of extra hardware as much as possible and make it more accessible for ML users. Asking people to buy a RPi and hack some hardware and software together is a big barrier.

I looked into the WiFi options and it seems the 6D and probably most other Canon cameras host a WiFi AP. The 6D can connect to another camera to share pictures, so it can both host and act as a client. I'm not very familiar with TCP/IP so I'm not sure where to start programming it. I think we could have one WiFi enabled ML camera act as an AP (the master) and any servant wifi canon cameras can connect to it so you could do 2+ connected cameras. Probably useful for photogrammetry rigs of up to 250 cameras.

I volunteer my cameras to do testing with, and I'll contribute what I can with programming but I'll need some handholding for that.
#4
a1ex,
Yes, I meant 6D and not D6. I keep mixing it up constantly.

If I pick up a another 6D for cheap I'll send it to you (I got my second $100) so you'll have one to develop with.

You're correct on both counts for the request.
I could probably hook them up to use an external trigger but once you've got communications between them for exchanging camera & ML parameters then firing the servant off the master should be trivial and at that point, why have extra hardware?
I definitely want to be able to transmit camera parameters at least, ML parameters would be a bonus (eg: shutter speed, focus step to synch focus, base iso, aperture, and possibly dual-iso state).
So imagine I'm holding two cameras mounted on a bar with the same lens about 6-12" apart, chasing a kid or insect through shade and sun, trying to fiddle with aperture while holding the camera ready to shoot at any moment. I focus with one camera and the second focuses with the first. Since the cameras may not be pointing at the same thing they need to focus on the same plane and not focus at the same time.
Basically I want to lower the bar to action stereo photography but I suppose this would also be useful for photogrammetry.

The idea of using Wifi might be the best. I'm going to read up on that a bit.

The remote release port sounds like a last resort.

Audio modulation sounds very interesting. What's the latency for receiving and acting on an audio signal? I know that sound activated shooting is an option already.

As I'd like this to be available to the wider ML community I think hardware hacks and making custom boards should be a last resort.
#5
Sketching out a script I plan on writing. Is there a way to get the serial number for a lens? I see there's a way to get the lens name, but I assume this means "50mm 1.8 STM" only.
#6
General Chat / Re: Which camera to buy?
February 19, 2019, 05:26:38 AM
I have no experience with the Eos M. I have a 100D, but haven't taken raw video with it. I can give it a try if you want some feedback.
My opinion of the 100D is that its small size makes it good for a second camera on a shoot or putting a pancake lens on and taking it where you normally wouldn't take a dslr. Its touchscreen controls make it a giant PITA for me since I use manual mode and do a lot of sports and action shots.
#7
Quote from: eduperez on October 19, 2018, 03:16:56 PM
And in some cases, "all available light" includes infrared and/or ultra-violet light...
I realize its a late reply, but there is a hot mirror before the bayer sensor that rejects IR and UV. You can certainly remove it and replace with a piece of quartz (otherwise it changes your focal distances), and then use Uv/IR/VIS filters in front of your lens. I have found that changing the filters in front of lenses when you change lenses to be less than desirable when in the field but sometimes you work with your budget and goals.
#8
I looked through the Lua scripting FAQ and I didn't see any commands related to wifi or usb connectivity in there.

Since ML doesn't have any built in connectivity I think the way to go is for me to write a Lua script that would read the master camera state and use USB Picture-transfer-protocol (PTP) or Wifi to transmit that state and shutter activations to the servant camera(s). If the devs or people who know ML really well and what hooks are available could tell me if they think either option is viable and provide me a development release with the modifications to Lua that's the next step, I think.

I know USB is usually a host-client relationship and the USB chip on the D6 may not be capable of acting as a host. Same with Wifi.

If those don't work then maybe looking at the 3 pin remote release sensor. I imagine having ML on each camera and putting the camera into a mode that intercepts the RRS and uses it as a communication protocol would work.
#9
Yes.
Since I have D6's I'm wondering if I can connect them via wifi. Second camera may not need anything special on it if the first camera can act like the Canon Camera Connect app.
I think I read that Alex said that wifi is accessible to ML. I haven't had time to see if its been made available to Lua scripting or what the CCC wifi protocol is.
I'm also not sure how fast the synch will be. The ideal would be able to use one flash for all the cameras so that I can capture stereoscopic images of objects in motion.
#10
User Introduction / Hi everyone
February 18, 2019, 05:35:15 AM
Been using ML on my SL1 and D6 for 2 years now. Looking to get more out of ML so I'm joining the forum!
#11
Hi,
I've been using ML for a few years now. LOVE IT.
Anyhow, I just picked up a second Canon D6 and I would love to do stereo photography but this feature could have other applications.
I'd like to be able to put both my cameras on a bar and use one camera to change the exposure settings (manual, AV, etc), focus, and activate the shutter, use flash, etc. just as if I were using one camera. I'd like the second camera to be changing its exposure settings and focus and taking a picture to match the first. Ideally I'd be able to capture stereo images off of one flash.
Is there any way to do this? I don't mind writing a custom LUA script for it, but I'm wondering if there are any functions for getting a data connection between the cameras.