Skip to content

Commit 1312548

Browse files
committed
Fixes dependencies and references videos from landing page.
1 parent e61dcbe commit 1312548

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

video/cloud-client/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After you have authorized, you can analyze videos.
3636
Detect Faces
3737
```
3838
java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
39-
com.example.video.Detect faces gs://demomaker/volleyball_court.mp4
39+
com.example.video.Detect faces gs://cloudmleap/video/next/volleyball_court.mp4
4040
```
4141

4242
Detect Labels
@@ -57,5 +57,5 @@ java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
5757
Detect Shots
5858
```
5959
java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
60-
com.example.video.Detect shots gs://demomaker/gbikes_dinosaur.mp4
60+
com.example.video.Detect shots gs://cloudmleap/video/next/gbikes_dinosaur.mp4
6161
```

video/cloud-client/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
</exclusion>
6363
</exclusions>
6464
</dependency>
65+
<dependency>
66+
<groupId>com.google.auth</groupId>
67+
<artifactId>google-auth-library-oauth2-http</artifactId>
68+
<version>0.6.1</version>
69+
</dependency>
70+
<dependency>
71+
<groupId>com.google.auth</groupId>
72+
<artifactId>google-auth-library-credentials</artifactId>
73+
<version>0.6.1</version>
74+
</dependency>
6575
<dependency>
6676
<groupId>io.netty</groupId>
6777
<artifactId>netty-tcnative-boringssl-static</artifactId>

0 commit comments

Comments
 (0)