Very helpful video. With your help and referring to a couple of other resources I've managed to get my Canon 60D streaming to VLC and OBS on my Ubuntu 22.04 running on a 10 year old desktop PC. Many thanks! 👍🙂👍
I have decided to go with HDMI capture so I can get 1080p output. It is good that Linux is getting better with cameras. I use Linux Mint. I have a Canon M6 mark II so even processing RAW photos is complicated but video is easier.
hi great video , i have a question please i want to use my integrate's labtop camera on linux but i fail each time for exemple when using cheese i got the error message no device found , is there a solution please
You'll have to be running the camera in capture mode through FFMPEG I will send it here when I next sit at my computer so you can be able to utilize it.
@@LinuxPanic I also came across AvKcam would that work? Or should I just go for the capture card and make my life a little easier (If capture cards properly work on linux :V) A dirt cheap one max 20USD also a capture would allow me to have a much more crisp cable management
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 This is the command that I use to get my DSLR working in video mode. Best way to test if its working is to use VLC Media Player. Go to media and select capture device and then under Video device name select /dev/video0
[swscaler @ 0x55a435df6580] deprecated pixel format used, make sure you did set range correctly [video4linux2,v4l2 @ 0x55a435d8b480] ioctl(VIDIOC_G_FMT): Invalid argument Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument Error initializing output stream 0:0 -- Conversion failed! Thoughts? Everything worked exactly as yours up until this moment. Tried it in every mode.
Very helpful video. With your help and referring to a couple of other resources I've managed to get my Canon 60D streaming to VLC and OBS on my Ubuntu 22.04 running on a 10 year old desktop PC. Many thanks! 👍🙂👍
just what I needed. thanks dude
bro you are a life savor ...if you are having an error after step 2 disable secure boot
I have decided to go with HDMI capture so I can get 1080p output. It is good that Linux is getting better with cameras. I use Linux Mint. I have a Canon M6 mark II so even processing RAW photos is complicated but video is easier.
hi great video , i have a question please i want to use my integrate's labtop camera on linux but i fail each time for exemple when using cheese i got the error message no device found , is there a solution please
what can I do if the dummy is not shown even thought the camera succesfully took the pic?
Or should I just get a Capture card and call it a day? Will that work?
You'll have to be running the camera in capture mode through FFMPEG I will send it here when I next sit at my computer so you can be able to utilize it.
@@LinuxPanic I also came across AvKcam would that work? Or should I just go for the capture card and make my life a little easier (If capture cards properly work on linux :V) A dirt cheap one max 20USD also a capture would allow me to have a much more crisp cable management
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
This is the command that I use to get my DSLR working in video mode. Best way to test if its working is to use VLC Media Player. Go to media and select capture device and then under Video device name select /dev/video0
@@LinuxPanicAlso would a capture card work? Or no if that doesn't work?
Were you running windows or linux ? Virtual box? qemu?
No virtual machine. Just a bare metal Linux system.
[swscaler @ 0x55a435df6580] deprecated pixel format used, make sure you did set range correctly
[video4linux2,v4l2 @ 0x55a435d8b480] ioctl(VIDIOC_G_FMT): Invalid argument
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --
Conversion failed!
Thoughts? Everything worked exactly as yours up until this moment. Tried it in every mode.
I would try restarting the process again as this is sometimes an issue that can happen randomly due to camera manufacturers not playing ball.