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

Video stream signal switch - old video at bottom of new #31

Open
clsnordic opened this issue Apr 13, 2018 · 0 comments
Open

Video stream signal switch - old video at bottom of new #31

clsnordic opened this issue Apr 13, 2018 · 0 comments

Comments

@clsnordic
Copy link

Hello,

I am using a Raspberry PI 3 Model B with raspbian stretch (last update)

I am using the IVport-v2 dual module to switch between two raspberry pi cameras (Pi camera 2.1), and streaming this data over network to a receiver. The issue I’m having is that when I use the ivport_test_A.py (Which switches the status of GPIO pin 7,11 and 12) script to switch cameras, camera 2 gets a bar at the bottom with the picture from camera 1 (See attached files).

Camera 1 GPIO settings are:
Code: Select all

GPIO.output(7,True)
GPIO.output(11,False)
GPIO.output(12,True)
Camera 2 GPIO settings are:
Code: Select all

GPIO.output(7,False)
GPIO.output(11,True)
GPIO.output(12,False)

The first file I have the stream from camera 1 showing, and when I switch live to camera 2, part of the camera 1 stream is at the bottom. If I switch back to camera 1 again, the stream acts normally.

I use raspivid for the video (the bar shows in the preview window as well as the stream)

Is there something i’ve forgotten to solder/connect, or is this intended behaviour? Has anyone experienced this?

Best regards,
Christoffer
camera1
camera2

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