Skip to content

Selecting "Video Capture Device" as Capture Method throws unhandled exception #252

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

Closed
BoredBanana opened this issue Aug 4, 2023 · 1 comment · Fixed by #263
Closed
Labels
bug Something isn't working Included in next release

Comments

@BoredBanana
Copy link

I am trying to select Video Capture Device as my capture method on a new install of version 2.2.0. As soon as the option is selected from the dropdown, I am presented with a popup with the below error. After dismissing the popup, the dropdown has Video Capture Device selected, but I cannot activate the second dropdown to choose my device. Selecting no other option produces this error.

Traceback (most recent call last):

  File "menu_bar.py", line 328, in <lambda>

  File "menu_bar.py", line 220, in __capture_method_changed

  File "capture_method\__init__.py", line 140, in change_capture_method

  File "capture_method\VideoCaptureDeviceCaptureMethod.py", line 93, in __init__

  File "pygrabber\dshow_graph.py", line 371, in add_video_input_device

  File "pygrabber\dshow_graph.py", line 366, in __add_filter

  File "pygrabber\dshow_graph.py", line 299, in build_filter

  File "pygrabber\dshow_graph.py", line 288, in get_filter_by_index

ValueError: NULL COM pointer access

image

  • OS: Windows Version 10.0.19045 Build 19045
  • AutoSplit: v2.2.0

settings (as a text file).txt

@BoredBanana BoredBanana added the bug Something isn't working label Aug 4, 2023
@Avasam
Copy link
Collaborator

Avasam commented Aug 7, 2023

A fix will be included in the next release. You can try out and try the latest dev builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Included in next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants