Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features request: DSLR Support #62

Open
charliemartinez opened this issue Mar 26, 2022 · 0 comments
Open

Features request: DSLR Support #62

charliemartinez opened this issue Mar 26, 2022 · 0 comments

Comments

@charliemartinez
Copy link

charliemartinez commented Mar 26, 2022

Today I have tested my canon t3i dslr with the following code that allowed me to capture the live image as if it were a webcam:

gphoto2 --stdout autofocusdrive=1 --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0

canon t3i on tahoma2d

However, there are two things that need to be fixed:

  • The photographs are not shot by the camera, it is only emulating the operation of a webcam, and when capturing an image Tahoma behaves -logically- as if it were in front of a web cam, and captures the liveview frame, so the quality It is less than if the photo were taken by the camera itself, as is the case with other software such as Entangle and qstopmotion.
  • I couldn't control the parameters of the camera from Tupi

More comparative information:

qstopmotion is the only one that featured native gphoto2 support and I didn't have to release the code I posted though is extremely slow and the program becomes heavy in itself, I have a feeling that it would be difficult to shoot a complete take.

canon t3i on tahoma2d

The only program that worked perfectly was Entangle: liveview ok, smooth image, low resource consumption, shots from the camera itself, correct resolution and full control of all camera parameters from the same software.

canon t3i on tahoma2d

Entangle code:
https://gitlab.com/entangle/entangle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant