The interface to RPi Camera is CSI, if external shields are not expected, what are the simplest direct connection styles? I read all relevant posts in the JTX1 forum but found no definitive answer. There are plenty of discussions, it turns out the topic is very important. Could u sent out a big picture and a definitive solution to toplist?
@yahoo2016
Exception [url]http://auvidea.eu/purchase[/url], I cannot retrieve the purchase info about Auvidea J20 from other URLs like amazon, newegg and taobao. Could u recommend some other URLs to buy it
That’s weird. I was able to click your link above and get price information:
SKU model description availability net price incl. 19% VAT
Video processing modules
tbd J20 6 CSI-2 camera adapter for the NVIDIA Jetson TX1 dev kit (38212-2) Dec. 2016 €149.00 €177.31
I’m trying to connect Pi camera v2.1 to TX1 on J100 using jetpack3.0, kernel 3.10.96.
I tried to create dtsi file for camera based on dtsi file of camera E3322 in /kernel_source/arch/arm64/boot/dts/tegra210-platform and modify driver imx219 on /kernel_source/drivers/media/i2c but only able to probe the driver. The probe function stopped at
match = of_match_device(imx219_of_match, &client->dev);