paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Regulate Voltage for Camera Capture


From: Kristofer Von Ahnen
Subject: Re: [Paparazzi-devel] Regulate Voltage for Camera Capture
Date: Mon, 24 Nov 2014 11:24:19 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

I'm using a deprecated version of PaparraziUAV (paparrazi3), and plan on using the CAM unit on the TWOG to use a signal's rising edge to set off the camera's capture. I came across the following online:

http://web.archiveorange.com/archive/v/Xy5Ap2OkCIPIWeHXcyjb

It has a sample module for the digital_cam which I have implemented into our airframe configuration file. We began testing the CamSW pin on the CAM unit on the TWOG board to see if the voltage across it matched the 4Hz specified in the module. Unfortunately the voltage stayed at a constant 3.3V.

I have attached our airframe file, with the module near the bottom (ln201) and its source (.c/.h) included in the raw Makefile section (ln226). Does anyone know if this is the correct syntax? If it is, why would we be getting a constant reading of 3.3V when it should only rise in voltage 4 times a second?

Cheers,
~Kris

On 11/23/2014 03:17 AM, Prof. Dr.-Ing. Heinrich Warmers wrote:
Hi Kris,
what for a photo  camera do you want use?
One way to take photos is to use  RC-servo  switch with relays contacts.
The you configure it as servo in the airframe file.
Same cameras use 2 inputs to take photos first  focus second shutter.
http://diydrones.com/profiles/blogs/samsung-nx2000-different-trigger-than-rest-of-nx-series-trigger?id=705844%3ABlogPost%3A1646005&page=2#comments
You can find a lot of  small circuits with AVR  micro controllers   and programs to realize a interface  from servo signals.
https://antibore.wordpress.com/2013/04/30/diy-remote-shutter-release-for-samsung-nx20-nx210-and-nx1000-cameras/
Please note that by the use of contacts , opto couplers or open collector  you are on the save side. You may destroy  the inputs
of the camera if you send a 5V signal to a 1,8V or 3.3V input of the camera.

Regards
Heinrich

Felix Ruess schrieb:
As Christophe pointed out, you should take a look at the digital_cam module.
http://docs.paparazziuav.org/latest/module__digital_cam.html
Load the module and define the gpios you want to use, e.g. as in conf/airframes/examples/funjet_cam.xml

On Fri, Nov 21, 2014 at 11:13 AM, Kristofer Von Ahnen <address@hidden> wrote:
Just looking to take photos through a hardware signal sync using the cam pins. Is there anything in the code that needs to be modified for our application after wiring a connection from CAM to our camera apparatus?

~Kris


On 11/21/2014 02:36 AM, Christophe De Wagter wrote:
do you want to pan-tilt the camera  (pan-tilt module)
or do you want to take photos (digital_cam_xxx  with either an IO pin, a servo, uart, i2c ... etc )

-Christophe 

On Thu, Nov 20, 2014 at 6:22 PM, Kristofer Von Ahnen <address@hidden> wrote:
Currently looking into how to send a signal from the TWOG board to a camera via a wired connection. We have come across a pan-tilt camera example in an older version of Paparazzi, but are having difficulties figuring out where the signal originates in the code and how it can be controlled (if it can be). Does anyone know of any documents online regarding how to send this type of signal from the TWOG board, or are there any posted projects online related to this?

Cheers,
~Kris


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
      


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

Attachment: Khawk55_CAMERA.xml
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]