Loading the driver yields this:
Code: Select all
sudo uv4l --driver raspicam --auto-video_nr --width 640 --height 480 --encoding jpeg –tc358743-i2c-dev=/dev/i2c-1
<notice> [core] Trying to loading driver 'raspicam' from built-in drivers...
<notice> [core] Loading driver 'raspicam' from external plug-in's...
<notice> [driver] Dual Raspicam & TC358743 Video4Linux2 Driver v1.9.63 built Oct 6 2018
<notice> [driver] Detected camera toshh2c, 1920x1080
<notice> [driver] Selected format: 640x480, encoding: jpeg, JPEG Video Capture
<notice> [driver] Framerate max. 30 fps
<notice> [core] Device detected!
<warning> [core] Cannot create /dev/video0 because file already exists
<notice> [core] Registering device node /dev/video1
so it certainly seems like the device is being recognized.
Code: Select all
vcgencmd get_camera
supported=1 detected=1
However, when trying to get a snapshot from the hdmi source, I run into this error:
Code: Select all
dd if=/dev/video1 of=snapshot.jpeg bs=11M count=1
dd: failed to open '/dev/video1': Bad file descriptor
I've searched around the forums and google but nothing I try seems to get this to work.
Any help is of course appreciated!